Html Css Color HEX #90A974 Olivine

📋 copy color: '#90A974'

red 144 ◦ green 169 ◦ blue 116

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

Shades of Olivine #90A974

Tints of Olivine #90A974

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 33.57%
G = 39.39%
B = 27.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#90A974 (or 0x90A974) is known color: Olivine. HEX triplet: 90, A9 and 74. RGB value is (144,169,116). Sum of RGB (Red+Green+Blue) = 144+169+116=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #90A974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A974 is #6F568B. Grayscale: #9B9B9B. Windows color (decimal): -7296652 or 7645584. OLE color: 7645584.

HSL color Cylindrical-coordinate representation of color #90A974: hue angle of 88.3º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90A974 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 144 169 116 -
CMYK 0.15 0 0.31 0.34
HSL 88.3º 0.24% 0.56% -
HSV(B) 88.3º 0.31% 0.66% -
XYZ 28.84 35.57 21.87 -
YUV 155.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 144 169 116 0.15 0 0.31 0.34 88.3 0.24 0.56
Hex 90 A9 74 F 0 1F 22 58 18 38
Octal 220 251 164 17 0 37 42 130 30 70
Binary 10010000 10101001 1110100 1111 0 11111 100010 1011000 11000 111000

Color Harmonies of #90A974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A974

Black with #90A974

Text Example


Text Example

White with #90A974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,169,116); }

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

background-color css

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

 a { background-color: rgb(144,169,116); }

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

border-color css

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

 span { border-color: rgb(144,169,116); }

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