#6FBB76

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

Shades of Fern #6FBB76

Tints of Fern #6FBB76

Color information

#6FBB76 (or 0x6FBB76) is unknown color: approx Fern. HEX triplet: 6F, BB and 76. RGB value is (111,187,118). Sum of RGB (Red+Green+Blue) = 111+187+118=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBB76 is #904489. Grayscale: #9C9C9C. Windows color (decimal): -9454730 or 7781231. OLE color: 7781231.

HSL color Cylindrical-coordinate representation of color #6FBB76: hue angle of 125.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBB76 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB111187118-
CMYK0.4100.370.27
HSL125.53º35.85%58.43%-
HSV(B)125.53º40.64%73.33%-
XYZ27.640.2323.45-
YUV156.41106.3295.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.68%
GREEN value IS 187 (73.44% from 255) = 44.95%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=26.68%
G=44.95%
B=28.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871180.4100.370.27125.5335.8558.43
Hex6FBB76290251B7e243a
Octal15727316651045331764472
Binary11011111011101111101101010010100101110111111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,118); }

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

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

 a { background-color: rgb(111,187,118); }

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

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

 span { border-color: rgb(111,187,118); }

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