#90AC70

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

Shades of Olivine #90AC70

Tints of Olivine #90AC70

Color information

#90AC70 (or 0x90AC70) is unknown color: approx Olivine. HEX triplet: 90, AC and 70. RGB value is (144,172,112). Sum of RGB (Red+Green+Blue) = 144+172+112=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC70 is #6F538F. Grayscale: #9C9C9C. Windows color (decimal): -7295888 or 7384208. OLE color: 7384208.

HSL color Cylindrical-coordinate representation of color #90AC70: hue angle of 88º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90AC70 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB144172112-
CMYK0.1600.350.33
HSL88º26.55%55.69%-
HSV(B)88º34.88%67.45%-
XYZ29.1836.620.86-
YUV156.79102.72118.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=33.64%
G=40.19%
B=26.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441721120.1600.350.338826.5555.69
Hex90AC701002321581b38
Octal22025416020043411303370
Binary10010000101011001110000100000100011100001101100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,172,112); }

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

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

 a { background-color: rgb(144,172,112); }

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

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

 span { border-color: rgb(144,172,112); }

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