#90A670

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

Shades of Olivine #90A670

Tints of Olivine #90A670

Color information

#90A670 (or 0x90A670) is unknown color: approx Olivine. HEX triplet: 90, A6 and 70. RGB value is (144,166,112). Sum of RGB (Red+Green+Blue) = 144+166+112=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #90A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A670 is #6F598F. Grayscale: #999999. Windows color (decimal): -7297424 or 7382672. OLE color: 7382672.

HSL color Cylindrical-coordinate representation of color #90A670: hue angle of 84.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90A670 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB144166112-
CMYK0.1300.330.35
HSL84.44º23.28%54.51%-
HSV(B)84.44º32.53%65.1%-
XYZ28.0634.3720.48-
YUV153.27104.71121.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=34.12%
G=39.34%
B=26.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1441661120.1300.330.3584.4423.2854.51
Hex90A670D02123541737
Octal22024616015041431242767
Binary1001000010100110111000011010100001100011101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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