Html Css Color HEX #90A576 Olivine

📋 copy color: '#90A576'

red 144 ◦ green 165 ◦ blue 118

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

Shades of Olivine #90A576

Tints of Olivine #90A576

RGB

 RED value IS 144 (56.64% from 255) = 33.72%

 GREEN value IS 165 (64.84% from 255) = 38.64%

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 33.72%
G = 38.64%
B = 27.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#90A576 (or 0x90A576) is known color: Olivine. HEX triplet: 90, A5 and 76. RGB value is (144,165,118). Sum of RGB (Red+Green+Blue) = 144+165+118=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #90A576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A576 is #6F5A89. Grayscale: #999999. Windows color (decimal): -7297674 or 7775632. OLE color: 7775632.

HSL color Cylindrical-coordinate representation of color #90A576: hue angle of 86.81º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90A576 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 165 118 -
CMYK 0.13 0 0.28 0.35
HSL 86.81º 0.21% 0.55% -
HSV(B) 86.81º 0.28% 0.65% -
XYZ 28.23 34.15 22.24 -
YUV 153.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 144 165 118 0.13 0 0.28 0.35 86.81 0.21 0.55
Hex 90 A5 76 D 0 1C 23 57 15 37
Octal 220 245 166 15 0 34 43 127 25 67
Binary 10010000 10100101 1110110 1101 0 11100 100011 1010111 10101 110111

Color Harmonies of #90A576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A576

Black with #90A576

Text Example


Text Example

White with #90A576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A576; }

 p { color: rgb(144,165,118); }

 H1.HeaderClassName
 {
   color: #90A576;
 }
 .AnyTagClassName
 {
   color: #90A576;
 }
</style>

background-color css

<style>
 a { background-color: #90A576; }

 a { background-color: rgb(144,165,118); }

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

border-color css

<style>
 span { border-color: #90A576; }

 span { border-color: rgb(144,165,118); }

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