#6CBA7D

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

Shades of Fern #6CBA7D

Tints of Fern #6CBA7D

Color information

#6CBA7D (or 0x6CBA7D) is unknown color: approx Fern. HEX triplet: 6C, BA and 7D. RGB value is (108,186,125). Sum of RGB (Red+Green+Blue) = 108+186+125=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA7D is #934582. Grayscale: #9B9B9B. Windows color (decimal): -9651587 or 8239724. OLE color: 8239724.

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

Color convert

RGB108186125-
CMYK0.4200.330.27
HSL133.08º36.11%57.65%-
HSV(B)133.08º41.94%72.94%-
XYZ27.4439.7925.64-
YUV155.72110.6693.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.78%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=25.78%
G=44.39%
B=29.83%

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
Decimal1081861250.4200.330.27133.0836.1157.65
Hex6CBA7D2A0211B85243a
Octal15427217552041332054472
Binary110110010111010111110110101001000011101110000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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