#6CB16D

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

Shades of Fern #6CB16D

Tints of Fern #6CB16D

Color information

#6CB16D (or 0x6CB16D) is unknown color: approx Fern. HEX triplet: 6C, B1 and 6D. RGB value is (108,177,109). Sum of RGB (Red+Green+Blue) = 108+177+109=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB16D is #934E92. Grayscale: #949494. Windows color (decimal): -9653907 or 7188844. OLE color: 7188844.

HSL color Cylindrical-coordinate representation of color #6CB16D: hue angle of 120.87º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB16D is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB108177109-
CMYK0.3900.380.31
HSL120.87º30.67%55.88%-
HSV(B)120.87º38.98%69.41%-
XYZ24.6735.7420.07-
YUV148.62105.6499.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.41%
GREEN value IS 177 (69.53% from 255) = 44.92%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=27.41%
G=44.92%
B=27.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081771090.3900.380.31120.8730.6755.88
Hex6CB16D270261F791f38
Octal15426115547046371713770
Binary1101100101100011101101100111010011011111111100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,177,109); }

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

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

 a { background-color: rgb(108,177,109); }

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

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

 span { border-color: rgb(108,177,109); }

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