Html Css Color HEX #5A9165 Laurel

📋 copy color: '#5A9165'

red 90 ◦ green 145 ◦ blue 101

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

Shades of Laurel #5A9165

Tints of Laurel #5A9165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 26.79%
G = 43.15%
B = 30.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#5A9165 (or 0x5A9165) is known color: Laurel. HEX triplet: 5A, 91 and 65. RGB value is (90,145,101). Sum of RGB (Red+Green+Blue) = 90+145+101=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #5A9165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9165 is #A56E9A. Grayscale: #7B7B7B. Windows color (decimal): -10841755 or 6656346. OLE color: 6656346.

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

Color convert

RGB 90 145 101 -
CMYK 0.38 0 0.30 0.43
HSL 132º 0.23% 0.46% -
HSV(B) 132º 0.38% 0.57% -
XYZ 16.69 23.36 15.94 -
YUV 123.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 90 145 101 0.38 0 0.30 0.43 132 0.23 0.46
Hex 5A 91 65 26 0 1E 2B 84 17 2E
Octal 132 221 145 46 0 36 53 204 27 56
Binary 1011010 10010001 1100101 100110 0 11110 101011 10000100 10111 101110

Color Harmonies of #5A9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9165

Black with #5A9165

Text Example


Text Example

White with #5A9165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,145,101); }

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

background-color css

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

 a { background-color: rgb(90,145,101); }

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

border-color css

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

 span { border-color: rgb(90,145,101); }

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