#90AD6D

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

Shades of Olivine #90AD6D

Tints of Olivine #90AD6D

Color information

#90AD6D (or 0x90AD6D) is unknown color: approx Olivine. HEX triplet: 90, AD and 6D. RGB value is (144,173,109). Sum of RGB (Red+Green+Blue) = 144+173+109=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AD6D is #6F5292. Grayscale: #9D9D9D. Windows color (decimal): -7295635 or 7187856. OLE color: 7187856.

HSL color Cylindrical-coordinate representation of color #90AD6D: hue angle of 87.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90AD6D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB144173109-
CMYK0.1700.370.32
HSL87.19º28.07%55.29%-
HSV(B)87.19º36.99%67.84%-
XYZ29.2136.9220.06-
YUV157.03100.89118.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=33.80%
G=40.61%
B=25.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441731090.1700.370.3287.1928.0755.29
Hex90AD6D1102520571c37
Octal22025515521045401273467
Binary10010000101011011101101100010100101100000101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,173,109); }

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

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

 a { background-color: rgb(144,173,109); }

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

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

 span { border-color: rgb(144,173,109); }

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