#6C9460

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

Shades of Hippie Green #6C9460

Tints of Hippie Green #6C9460

Color information

#6C9460 (or 0x6C9460) is unknown color: approx Hippie Green. HEX triplet: 6C, 94 and 60. RGB value is (108,148,96). Sum of RGB (Red+Green+Blue) = 108+148+96=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9460 is #936B9F. Grayscale: #828282. Windows color (decimal): -9661344 or 6329452. OLE color: 6329452.

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

Color convert

RGB10814896-
CMYK0.2700.350.42
HSL106.15º21.31%47.84%-
HSV(B)106.15º35.14%58.04%-
XYZ18.8925.2114.94-
YUV130.11108.75112.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.68%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=30.68%
G=42.05%
B=27.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108148960.2700.350.42106.1521.3147.84
Hex6C94601B0232A6a1530
Octal15422414033043521522560
Binary1101100100101001100000110110100011101010110101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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