#6CBA70

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

Shades of Fern #6CBA70

Tints of Fern #6CBA70

Color information

#6CBA70 (or 0x6CBA70) is unknown color: approx Fern. HEX triplet: 6C, BA and 70. RGB value is (108,186,112). Sum of RGB (Red+Green+Blue) = 108+186+112=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA70 is #93458F. Grayscale: #9A9A9A. Windows color (decimal): -9651600 or 7387756. OLE color: 7387756.

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

Color convert

RGB108186112-
CMYK0.4200.400.27
HSL123.08º36.11%57.65%-
HSV(B)123.08º41.94%72.94%-
XYZ26.6739.4821.54-
YUV154.24104.1695.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=26.60%
G=45.81%
B=27.59%

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
Decimal1081861120.4200.400.27123.0836.1157.65
Hex6CBA702A0281B7b243a
Octal15427216052050331734472
Binary11011001011101011100001010100101000110111111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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