#6CBA7C

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

Shades of Fern #6CBA7C

Tints of Fern #6CBA7C

Color information

#6CBA7C (or 0x6CBA7C) is unknown color: approx Fern. HEX triplet: 6C, BA and 7C. RGB value is (108,186,124). Sum of RGB (Red+Green+Blue) = 108+186+124=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA7C is #934583. Grayscale: #9B9B9B. Windows color (decimal): -9651588 or 8174188. OLE color: 8174188.

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

Color convert

RGB108186124-
CMYK0.4200.330.27
HSL132.31º36.11%57.65%-
HSV(B)132.31º41.94%72.94%-
XYZ27.3839.7625.3-
YUV155.61110.1694.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.84%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=25.84%
G=44.50%
B=29.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081861240.4200.330.27132.3136.1157.65
Hex6CBA7C2A0211B84243a
Octal15427217452041332044472
Binary110110010111010111110010101001000011101110000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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