#90AF7C

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

Shades of Olivine #90AF7C

Tints of Olivine #90AF7C

Color information

#90AF7C (or 0x90AF7C) is unknown color: approx Olivine. HEX triplet: 90, AF and 7C. RGB value is (144,175,124). Sum of RGB (Red+Green+Blue) = 144+175+124=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF7C is #6F5083. Grayscale: #A0A0A0. Windows color (decimal): -7295108 or 8171408. OLE color: 8171408.

HSL color Cylindrical-coordinate representation of color #90AF7C: hue angle of 96.47º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90AF7C is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB144175124-
CMYK0.1800.290.31
HSL96.47º24.17%58.63%-
HSV(B)96.47º29.14%68.63%-
XYZ30.4738.0424.81-
YUV159.92107.73116.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.51%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=32.51%
G=39.50%
B=27.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751240.1800.290.3196.4724.1758.63
Hex90AF7C1201D1F60183b
Octal22025717422035371403073
Binary100100001010111111111001001001110111111110000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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