#90AC6D

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

Shades of Olivine #90AC6D

Tints of Olivine #90AC6D

Color information

#90AC6D (or 0x90AC6D) is unknown color: approx Olivine. HEX triplet: 90, AC and 6D. RGB value is (144,172,109). Sum of RGB (Red+Green+Blue) = 144+172+109=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC6D is #6F5392. Grayscale: #9C9C9C. Windows color (decimal): -7295891 or 7187600. OLE color: 7187600.

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

Color convert

RGB144172109-
CMYK0.1600.370.33
HSL86.67º27.51%55.1%-
HSV(B)86.67º36.63%67.45%-
XYZ29.0136.5419.99-
YUV156.45101.22119.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.88%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=33.88%
G=40.47%
B=25.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441721090.1600.370.3386.6727.5155.1
Hex90AC6D1002521571c37
Octal22025415520045411273467
Binary10010000101011001101101100000100101100001101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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