#6CAA68

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

Shades of Fern #6CAA68

Tints of Fern #6CAA68

Color information

#6CAA68 (or 0x6CAA68) is unknown color: approx Fern. HEX triplet: 6C, AA and 68. RGB value is (108,170,104). Sum of RGB (Red+Green+Blue) = 108+170+104=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAA68 is #935597. Grayscale: #909090. Windows color (decimal): -9655704 or 6859372. OLE color: 6859372.

HSL color Cylindrical-coordinate representation of color #6CAA68: hue angle of 116.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CAA68 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB108170104-
CMYK0.3600.390.33
HSL116.36º27.97%53.73%-
HSV(B)116.36º38.82%66.67%-
XYZ23.0632.9418.24-
YUV143.94105.46102.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.27%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=28.27%
G=44.50%
B=27.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081701040.3600.390.33116.3627.9753.73
Hex6CAA682402721741c36
Octal15425215044047411643466
Binary11011001010101011010001001000100111100001111010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,104); }

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

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

 a { background-color: rgb(108,170,104); }

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

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

 span { border-color: rgb(108,170,104); }

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