#6BB072

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

Shades of Fern #6BB072

Tints of Fern #6BB072

Color information

#6BB072 (or 0x6BB072) is unknown color: approx Fern. HEX triplet: 6B, B0 and 72. RGB value is (107,176,114). Sum of RGB (Red+Green+Blue) = 107+176+114=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB072 is #944F8D. Grayscale: #949494. Windows color (decimal): -9719694 or 7516267. OLE color: 7516267.

HSL color Cylindrical-coordinate representation of color #6BB072: hue angle of 126.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB072 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB107176114-
CMYK0.3900.350.31
HSL126.09º30.4%55.49%-
HSV(B)126.09º39.2%69.02%-
XYZ24.6335.3921.45-
YUV148.3108.6498.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=26.95%
G=44.33%
B=28.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071761140.3900.350.31126.0930.455.49
Hex6BB072270231F7e1e37
Octal15326016247043371763667
Binary1101011101100001110010100111010001111111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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