#6CBA6F

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

Shades of Fern #6CBA6F

Tints of Fern #6CBA6F

Color information

#6CBA6F (or 0x6CBA6F) is unknown color: approx Fern. HEX triplet: 6C, BA and 6F. RGB value is (108,186,111). Sum of RGB (Red+Green+Blue) = 108+186+111=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA6F is #934590. Grayscale: #9A9A9A. Windows color (decimal): -9651601 or 7322220. OLE color: 7322220.

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

Color convert

RGB108186111-
CMYK0.4200.400.27
HSL122.31º36.11%57.65%-
HSV(B)122.31º41.94%72.94%-
XYZ26.6139.4521.25-
YUV154.13103.6695.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.67%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=26.67%
G=45.93%
B=27.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081861110.4200.400.27122.3136.1157.65
Hex6CBA6F2A0281B7a243a
Octal15427215752050331724472
Binary11011001011101011011111010100101000110111111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,111); }

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

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

 a { background-color: rgb(108,186,111); }

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

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

 span { border-color: rgb(108,186,111); }

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