#90AC74

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

Shades of Olivine #90AC74

Tints of Olivine #90AC74

Color information

#90AC74 (or 0x90AC74) is unknown color: approx Olivine. HEX triplet: 90, AC and 74. RGB value is (144,172,116). Sum of RGB (Red+Green+Blue) = 144+172+116=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC74 is #6F538B. Grayscale: #9D9D9D. Windows color (decimal): -7295884 or 7646352. OLE color: 7646352.

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

Color convert

RGB144172116-
CMYK0.1600.330.33
HSL90º25.23%56.47%-
HSV(B)90º32.56%67.45%-
XYZ29.4136.722.06-
YUV157.24104.72118.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 116 (45.70% from 255) = 26.85%
R=33.33%
G=39.81%
B=26.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441721160.1600.330.339025.2356.47
Hex90AC7410021215a1938
Octal22025416420041411323170
Binary10010000101011001110100100000100001100001101101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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