#6CB477

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

Shades of Fern #6CB477

Tints of Fern #6CB477

Color information

#6CB477 (or 0x6CB477) is unknown color: approx Fern. HEX triplet: 6C, B4 and 77. RGB value is (108,180,119). Sum of RGB (Red+Green+Blue) = 108+180+119=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB477 is #934B88. Grayscale: #979797. Windows color (decimal): -9653129 or 7844972. OLE color: 7844972.

HSL color Cylindrical-coordinate representation of color #6CB477: hue angle of 129.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB477 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB108180119-
CMYK0.4000.340.29
HSL129.17º32.43%56.47%-
HSV(B)129.17º40%70.59%-
XYZ25.8437.1623.26-
YUV151.52109.6596.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.54%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=26.54%
G=44.23%
B=29.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801190.4000.340.29129.1732.4356.47
Hex6CB477280221D812038
Octal15426416750042352014070
Binary110110010110100111011110100001000101110110000001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,180,119); }

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

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

 a { background-color: rgb(108,180,119); }

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

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

 span { border-color: rgb(108,180,119); }

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