#6CB476

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

Shades of Fern #6CB476

Tints of Fern #6CB476

Color information

#6CB476 (or 0x6CB476) is unknown color: approx Fern. HEX triplet: 6C, B4 and 76. RGB value is (108,180,118). Sum of RGB (Red+Green+Blue) = 108+180+118=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB476 is #934B89. Grayscale: #979797. Windows color (decimal): -9653130 or 7779436. OLE color: 7779436.

HSL color Cylindrical-coordinate representation of color #6CB476: hue angle of 128.33º 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 #6CB476 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB108180118-
CMYK0.4000.340.29
HSL128.33º32.43%56.47%-
HSV(B)128.33º40%70.59%-
XYZ25.7837.1422.95-
YUV151.4109.1597.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=26.60%
G=44.33%
B=29.06%

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
Decimal1081801180.4000.340.29128.3332.4356.47
Hex6CB476280221D802038
Octal15426416650042352004070
Binary110110010110100111011010100001000101110110000000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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