Html Css Color HEX #90A478 Olivine

📋 copy color: '#90A478'

red 144 ◦ green 164 ◦ blue 120

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

Shades of Olivine #90A478

Tints of Olivine #90A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 33.64%
G = 38.32%
B = 28.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#90A478 (or 0x90A478) is known color: Olivine. HEX triplet: 90, A4 and 78. RGB value is (144,164,120). Sum of RGB (Red+Green+Blue) = 144+164+120=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #90A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A478 is #6F5B87. Grayscale: #999999. Windows color (decimal): -7297928 or 7906448. OLE color: 7906448.

HSL color Cylindrical-coordinate representation of color #90A478: hue angle of 87.27º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A478 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 164 120 -
CMYK 0.12 0 0.27 0.36
HSL 87.27º 0.19% 0.56% -
HSV(B) 87.27º 0.27% 0.64% -
XYZ 28.17 33.84 22.82 -
YUV 153 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 144 164 120 0.12 0 0.27 0.36 87.27 0.19 0.56
Hex 90 A4 78 C 0 1B 24 57 13 38
Octal 220 244 170 14 0 33 44 127 23 70
Binary 10010000 10100100 1111000 1100 0 11011 100100 1010111 10011 111000

Color Harmonies of #90A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A478

Black with #90A478

Text Example


Text Example

White with #90A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,164,120); }

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

background-color css

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

 a { background-color: rgb(144,164,120); }

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

border-color css

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

 span { border-color: rgb(144,164,120); }

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