Html Css Color HEX #5B8864 Laurel

📋 copy color: '#5B8864'

red 91 ◦ green 136 ◦ blue 100

#5B8864
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #5B8864

Tints of Laurel #5B8864

RGB

 RED value IS 91 (35.94% from 255) = 27.83%

 GREEN value IS 136 (53.52% from 255) = 41.59%

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 27.83%
G = 41.59%
B = 30.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#5B8864 (or 0x5B8864) is known color: Laurel. HEX triplet: 5B, 88 and 64. RGB value is (91,136,100). Sum of RGB (Red+Green+Blue) = 91+136+100=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #5B8864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8864 is #A4779B. Grayscale: #767676. Windows color (decimal): -10778524 or 6588507. OLE color: 6588507.

HSL color Cylindrical-coordinate representation of color #5B8864: hue angle of 132º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B8864 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 136 100 -
CMYK 0.33 0 0.26 0.47
HSL 132º 0.2% 0.45% -
HSV(B) 132º 0.33% 0.53% -
XYZ 15.42 20.75 15.25 -
YUV 118.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 91 136 100 0.33 0 0.26 0.47 132 0.2 0.45
Hex 5B 88 64 21 0 1A 2F 84 14 2D
Octal 133 210 144 41 0 32 57 204 24 55
Binary 1011011 10001000 1100100 100001 0 11010 101111 10000100 10100 101101

Color Harmonies of #5B8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8864

Black with #5B8864

Text Example


Text Example

White with #5B8864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,136,100); }

 H1.HeaderClassName
 {
   color: #5B8864;
 }
 .AnyTagClassName
 {
   color: #5B8864;
 }
</style>

background-color css

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

 a { background-color: rgb(91,136,100); }

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

border-color css

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

 span { border-color: rgb(91,136,100); }

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