#90AF7A

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

Shades of Olivine #90AF7A

Tints of Olivine #90AF7A

Color information

#90AF7A (or 0x90AF7A) is unknown color: approx Olivine. HEX triplet: 90, AF and 7A. RGB value is (144,175,122). Sum of RGB (Red+Green+Blue) = 144+175+122=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF7A is #6F5085. Grayscale: #9F9F9F. Windows color (decimal): -7295110 or 8040336. OLE color: 8040336.

HSL color Cylindrical-coordinate representation of color #90AF7A: hue angle of 95.09º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90AF7A is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB144175122-
CMYK0.1800.300.31
HSL95.09º24.88%58.24%-
HSV(B)95.09º30.29%68.63%-
XYZ30.3437.9924.15-
YUV159.69106.73116.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=32.65%
G=39.68%
B=27.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751220.1800.300.3195.0924.8858.24
Hex90AF7A1201E1F5f193a
Octal22025717222036371373172
Binary100100001010111111110101001001111011111101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,175,122); }

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

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

 a { background-color: rgb(144,175,122); }

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

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

 span { border-color: rgb(144,175,122); }

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