#6BB972

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

Shades of Fern #6BB972

Tints of Fern #6BB972

Color information

#6BB972 (or 0x6BB972) is unknown color: approx Fern. HEX triplet: 6B, B9 and 72. RGB value is (107,185,114). Sum of RGB (Red+Green+Blue) = 107+185+114=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB972 is #94468D. Grayscale: #999999. Windows color (decimal): -9717390 or 7518571. OLE color: 7518571.

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

Color convert

RGB107185114-
CMYK0.4200.380.27
HSL125.38º35.78%57.25%-
HSV(B)125.38º42.16%72.55%-
XYZ26.4539.0422.06-
YUV153.58105.6694.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.35%
GREEN value IS 185 (72.66% from 255) = 45.57%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=26.35%
G=45.57%
B=28.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071851140.4200.380.27125.3835.7857.25
Hex6BB9722A0261B7d2439
Octal15327116252046331754471
Binary11010111011100111100101010100100110110111111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,185,114); }

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

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

 a { background-color: rgb(107,185,114); }

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

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

 span { border-color: rgb(107,185,114); }

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