#5B9168

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

Shades of Laurel #5B9168

Tints of Laurel #5B9168

Color information

#5B9168 (or 0x5B9168) is unknown color: approx Laurel. HEX triplet: 5B, 91 and 68. RGB value is (91,145,104). Sum of RGB (Red+Green+Blue) = 91+145+104=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9168 is #A46E97. Grayscale: #7C7C7C. Windows color (decimal): -10776216 or 6852955. OLE color: 6852955.

HSL color Cylindrical-coordinate representation of color #5B9168: hue angle of 134.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9168 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB91145104-
CMYK0.3700.280.43
HSL134.44º22.88%46.27%-
HSV(B)134.44º37.24%56.86%-
XYZ16.9423.4716.73-
YUV124.18116.61104.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.76%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=26.76%
G=42.65%
B=30.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451040.3700.280.43134.4422.8846.27
Hex5B91682501C2B86172e
Octal13322115045034532062756
Binary10110111001000111010001001010111001010111000011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,104); }

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

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

 a { background-color: rgb(91,145,104); }

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

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

 span { border-color: rgb(91,145,104); }

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