#6FBB7C

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

Shades of Fern #6FBB7C

Tints of Fern #6FBB7C

Color information

#6FBB7C (or 0x6FBB7C) is unknown color: approx Fern. HEX triplet: 6F, BB and 7C. RGB value is (111,187,124). Sum of RGB (Red+Green+Blue) = 111+187+124=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBB7C is #904483. Grayscale: #9D9D9D. Windows color (decimal): -9454724 or 8174447. OLE color: 8174447.

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

Color convert

RGB111187124-
CMYK0.4100.340.27
HSL130.26º35.85%58.43%-
HSV(B)130.26º40.64%73.33%-
XYZ27.9640.3825.39-
YUV157.09109.3295.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=26.30%
G=44.31%
B=29.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871240.4100.340.27130.2635.8558.43
Hex6FBB7C290221B82243a
Octal15727317451042332024472
Binary110111110111011111110010100101000101101110000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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