#5B8A62

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

Shades of Laurel #5B8A62

Tints of Laurel #5B8A62

Color information

#5B8A62 (or 0x5B8A62) is unknown color: approx Laurel. HEX triplet: 5B, 8A and 62. RGB value is (91,138,98). Sum of RGB (Red+Green+Blue) = 91+138+98=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #5B8A62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8A62 is #A4759D. Grayscale: #777777. Windows color (decimal): -10778014 or 6457947. OLE color: 6457947.

HSL color Cylindrical-coordinate representation of color #5B8A62: hue angle of 128.94º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B8A62 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB9113898-
CMYK0.3400.290.46
HSL128.94º20.52%44.9%-
HSV(B)128.94º34.06%54.12%-
XYZ15.6121.2814.84-
YUV119.39115.93107.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.83%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=27.83%
G=42.20%
B=29.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91138980.3400.290.46128.9420.5244.9
Hex5B8A622201D2E81152d
Octal13321214242035562012555
Binary10110111000101011000101000100111011011101000000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,138,98); }

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

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

 a { background-color: rgb(91,138,98); }

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

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

 span { border-color: rgb(91,138,98); }

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