#6C945F

Color #6C945F Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #6C945F

Tints of Hippie Green #6C945F

Color information

#6C945F (or 0x6C945F) is unknown color: approx Hippie Green. HEX triplet: 6C, 94 and 5F. RGB value is (108,148,95). Sum of RGB (Red+Green+Blue) = 108+148+95=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #6C945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C945F is #936BA0. Grayscale: #828282. Windows color (decimal): -9661345 or 6263916. OLE color: 6263916.

HSL color Cylindrical-coordinate representation of color #6C945F: hue angle of 105.28º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C945F is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB10814895-
CMYK0.2700.360.42
HSL105.28º21.81%47.65%-
HSV(B)105.28º35.81%58.04%-
XYZ18.8425.1914.7-
YUV130108.25112.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 30.77%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=30.77%
G=42.17%
B=27.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108148950.2700.360.42105.2821.8147.65
Hex6C945F1B0242A691630
Octal15422413733044521512660
Binary1101100100101001011111110110100100101010110100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C945F; }

 p { color: rgb(108,148,95); }

 H1.HeaderClassName
 {
   color: #6C945F;
 }
 .AnyTagClassName
 {
   color: #6C945F;
 }
</style>
background-color css

<style>
 a { background-color: #6C945F; }

 a { background-color: rgb(108,148,95); }

 div.DivClassName
 {
   background-color: #6C945F;
 }
 .BgClassName
 {
   background-color: #6C945F;
 }
</style>
border-color css

<style>
 span { border-color: #6C945F; }

 span { border-color: rgb(108,148,95); }

 td.TdClassName
 {
   border-color: #6C945F;
 }
 .TagClassName
 {
   border-color: #6C945F;
 }
</style>