#6FBF74

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

Shades of Fern #6FBF74

Tints of Fern #6FBF74

Color information

#6FBF74 (or 0x6FBF74) is unknown color: approx Fern. HEX triplet: 6F, BF and 74. RGB value is (111,191,116). Sum of RGB (Red+Green+Blue) = 111+191+116=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF74 is #90408B. Grayscale: #9E9E9E. Windows color (decimal): -9453708 or 7651183. OLE color: 7651183.

HSL color Cylindrical-coordinate representation of color #6FBF74: hue angle of 123.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBF74 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB111191116-
CMYK0.4200.390.25
HSL123.75º38.46%59.22%-
HSV(B)123.75º41.88%74.9%-
XYZ28.3441.923.12-
YUV158.5310494.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=26.56%
G=45.69%
B=27.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911160.4200.390.25123.7538.4659.22
Hex6FBF742A027197c263b
Octal15727716452047311744673
Binary11011111011111111101001010100100111110011111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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