Html Css Color HEX #5A9663 Laurel

📋 copy color: '#5A9663'

red 90 ◦ green 150 ◦ blue 99

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

Shades of Laurel #5A9663

Tints of Laurel #5A9663

RGB

 RED value IS 90 (35.55% from 255) = 26.55%

 GREEN value IS 150 (58.98% from 255) = 44.25%

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 26.55%
G = 44.25%
B = 29.2%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#5A9663 (or 0x5A9663) is known color: Laurel. HEX triplet: 5A, 96 and 63. RGB value is (90,150,99). Sum of RGB (Red+Green+Blue) = 90+150+99=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9663 is #A5699C. Grayscale: #7E7E7E. Windows color (decimal): -10840477 or 6526554. OLE color: 6526554.

HSL color Cylindrical-coordinate representation of color #5A9663: hue angle of 129º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9663 is Cyan = 0.4, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 150 99 -
CMYK 0.4 0 0.34 0.41
HSL 129º 0.25% 0.47% -
HSV(B) 129º 0.4% 0.59% -
XYZ 17.37 24.89 15.69 -
YUV 126.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 90 150 99 0.4 0 0.34 0.41 129 0.25 0.47
Hex 5A 96 63 28 0 22 29 81 19 2F
Octal 132 226 143 50 0 42 51 201 31 57
Binary 1011010 10010110 1100011 101000 0 100010 101001 10000001 11001 101111

Color Harmonies of #5A9663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9663

Black with #5A9663

Text Example


Text Example

White with #5A9663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,150,99); }

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

background-color css

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

 a { background-color: rgb(90,150,99); }

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

border-color css

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

 span { border-color: rgb(90,150,99); }

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