#90AD6C

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

Shades of Olivine #90AD6C

Tints of Olivine #90AD6C

Color information

#90AD6C (or 0x90AD6C) is unknown color: approx Olivine. HEX triplet: 90, AD and 6C. RGB value is (144,173,108). Sum of RGB (Red+Green+Blue) = 144+173+108=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AD6C is #6F5293. Grayscale: #9D9D9D. Windows color (decimal): -7295636 or 7122320. OLE color: 7122320.

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

Color convert

RGB144173108-
CMYK0.1700.380.32
HSL86.77º28.38%55.1%-
HSV(B)86.77º37.57%67.84%-
XYZ29.1536.919.77-
YUV156.92100.39118.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.88%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=33.88%
G=40.71%
B=25.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441731080.1700.380.3286.7728.3855.1
Hex90AD6C1102620571c37
Octal22025515421046401273467
Binary10010000101011011101100100010100110100000101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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