#6FBC7D

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

Shades of Fern #6FBC7D

Tints of Fern #6FBC7D

Color information

#6FBC7D (or 0x6FBC7D) is unknown color: approx Fern. HEX triplet: 6F, BC and 7D. RGB value is (111,188,125). Sum of RGB (Red+Green+Blue) = 111+188+125=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC7D is #904382. Grayscale: #9D9D9D. Windows color (decimal): -9454467 or 8240239. OLE color: 8240239.

HSL color Cylindrical-coordinate representation of color #6FBC7D: hue angle of 130.91º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBC7D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB111188125-
CMYK0.4100.340.26
HSL130.91º36.49%58.63%-
HSV(B)130.91º40.96%73.73%-
XYZ28.2440.8325.79-
YUV157.79109.4994.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=26.18%
G=44.34%
B=29.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111881250.4100.340.26130.9136.4958.63
Hex6FBC7D290221A83243b
Octal15727417551042322034473
Binary110111110111100111110110100101000101101010000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,188,125); }

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

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

 a { background-color: rgb(111,188,125); }

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

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

 span { border-color: rgb(111,188,125); }

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