#6CB16E

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

Shades of Fern #6CB16E

Tints of Fern #6CB16E

Color information

#6CB16E (or 0x6CB16E) is unknown color: approx Fern. HEX triplet: 6C, B1 and 6E. RGB value is (108,177,110). Sum of RGB (Red+Green+Blue) = 108+177+110=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB16E is #934E91. Grayscale: #949494. Windows color (decimal): -9653906 or 7254380. OLE color: 7254380.

HSL color Cylindrical-coordinate representation of color #6CB16E: hue angle of 121.74º 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 #6CB16E is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB108177110-
CMYK0.3900.380.31
HSL121.74º30.67%55.88%-
HSV(B)121.74º38.98%69.41%-
XYZ24.7235.7620.35-
YUV148.73106.1498.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.34%
GREEN value IS 177 (69.53% from 255) = 44.81%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=27.34%
G=44.81%
B=27.85%

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
Decimal1081771100.3900.380.31121.7430.6755.88
Hex6CB16E270261F7a1f38
Octal15426115647046371723770
Binary1101100101100011101110100111010011011111111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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