Html Css Color HEX #5A9168 Laurel

📋 copy color: '#5A9168'

red 90 ◦ green 145 ◦ blue 104

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

Shades of Laurel #5A9168

Tints of Laurel #5A9168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 26.55%
G = 42.77%
B = 30.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#5A9168 (or 0x5A9168) is known color: Laurel. HEX triplet: 5A, 91 and 68. RGB value is (90,145,104). Sum of RGB (Red+Green+Blue) = 90+145+104=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #5A9168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9168 is #A56E97. Grayscale: #7B7B7B. Windows color (decimal): -10841752 or 6852954. OLE color: 6852954.

HSL color Cylindrical-coordinate representation of color #5A9168: hue angle of 135.27º 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 #5A9168 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 145 104 -
CMYK 0.38 0 0.28 0.43
HSL 135.27º 0.23% 0.46% -
HSV(B) 135.27º 0.38% 0.57% -
XYZ 16.84 23.42 16.73 -
YUV 123.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 90 145 104 0.38 0 0.28 0.43 135.27 0.23 0.46
Hex 5A 91 68 26 0 1C 2B 87 17 2E
Octal 132 221 150 46 0 34 53 207 27 56
Binary 1011010 10010001 1101000 100110 0 11100 101011 10000111 10111 101110

Color Harmonies of #5A9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9168

Black with #5A9168

Text Example


Text Example

White with #5A9168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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