#90A975

Color #90A975 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #90A975

Tints of Olivine #90A975

Color information

#90A975 (or 0x90A975) is unknown color: approx Olivine. HEX triplet: 90, A9 and 75. RGB value is (144,169,117). Sum of RGB (Red+Green+Blue) = 144+169+117=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #90A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A975 is #6F568A. Grayscale: #9B9B9B. Windows color (decimal): -7296651 or 7711120. OLE color: 7711120.

HSL color Cylindrical-coordinate representation of color #90A975: hue angle of 88.85º degrees, saturation: 0.23, 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 #90A975 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB144169117-
CMYK0.1500.310.34
HSL88.85º23.21%56.08%-
HSV(B)88.85º30.77%66.27%-
XYZ28.935.5922.18-
YUV155.6106.22119.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=33.49%
G=39.30%
B=27.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1441691170.1500.310.3488.8523.2156.08
Hex90A975F01F22591738
Octal22025116517037421312770
Binary100100001010100111101011111011111100010101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90A975;
 }
 .AnyTagClassName
 {
   color: #90A975;
 }
</style>
background-color css

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

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

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

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

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

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