Html Css Color HEX #90A971 Olivine

📋 copy color: '#90A971'

red 144 ◦ green 169 ◦ blue 113

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

Shades of Olivine #90A971

Tints of Olivine #90A971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 33.8%
G = 39.67%
B = 26.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#90A971 (or 0x90A971) is known color: Olivine. HEX triplet: 90, A9 and 71. RGB value is (144,169,113). Sum of RGB (Red+Green+Blue) = 144+169+113=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #90A971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A971 is #6F568E. Grayscale: #9B9B9B. Windows color (decimal): -7296655 or 7448976. OLE color: 7448976.

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

Color convert

RGB 144 169 113 -
CMYK 0.15 0 0.33 0.34
HSL 86.79º 0.25% 0.55% -
HSV(B) 86.79º 0.33% 0.66% -
XYZ 28.67 35.5 20.96 -
YUV 155.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 144 169 113 0.15 0 0.33 0.34 86.79 0.25 0.55
Hex 90 A9 71 F 0 21 22 57 19 37
Octal 220 251 161 17 0 41 42 127 31 67
Binary 10010000 10101001 1110001 1111 0 100001 100010 1010111 11001 110111

Color Harmonies of #90A971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A971

Black with #90A971

Text Example


Text Example

White with #90A971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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