#5BAB70

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

Shades of Fern #5BAB70

Tints of Fern #5BAB70

Color information

#5BAB70 (or 0x5BAB70) is unknown color: approx Fern. HEX triplet: 5B, AB and 70. RGB value is (91,171,112). Sum of RGB (Red+Green+Blue) = 91+171+112=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB70 is #A4548F. Grayscale: #8C8C8C. Windows color (decimal): -10769552 or 7383899. OLE color: 7383899.

HSL color Cylindrical-coordinate representation of color #5BAB70: hue angle of 135.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB70 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB91171112-
CMYK0.4700.350.33
HSL135.75º32.26%51.37%-
HSV(B)135.75º46.78%67.06%-
XYZ21.832.5220.46-
YUV140.3511292.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.33%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=24.33%
G=45.72%
B=29.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911711120.4700.350.33135.7532.2651.37
Hex5BAB702F02321882033
Octal13325316057043412104063
Binary1011011101010111110000101111010001110000110001000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BAB70; }

 p { color: rgb(91,171,112); }

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

<style>
 a { background-color: #5BAB70; }

 a { background-color: rgb(91,171,112); }

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

<style>
 span { border-color: #5BAB70; }

 span { border-color: rgb(91,171,112); }

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