#6FBC74

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

Shades of Fern #6FBC74

Tints of Fern #6FBC74

Color information

#6FBC74 (or 0x6FBC74) is unknown color: approx Fern. HEX triplet: 6F, BC and 74. RGB value is (111,188,116). Sum of RGB (Red+Green+Blue) = 111+188+116=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC74 is #90438B. Grayscale: #9C9C9C. Windows color (decimal): -9454476 or 7650415. OLE color: 7650415.

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

Color convert

RGB111188116-
CMYK0.4100.380.26
HSL123.9º36.49%58.63%-
HSV(B)123.9º40.96%73.73%-
XYZ27.6940.6122.9-
YUV156.77104.9995.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.75%
GREEN value IS 188 (73.83% from 255) = 45.30%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=26.75%
G=45.30%
B=27.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111881160.4100.380.26123.936.4958.63
Hex6FBC74290261A7c243b
Octal15727416451046321744473
Binary11011111011110011101001010010100110110101111100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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