#90C075

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

Shades of Olivine #90C075

Tints of Olivine #90C075

Color information

#90C075 (or 0x90C075) is unknown color: approx Olivine. HEX triplet: 90, C0 and 75. RGB value is (144,192,117). Sum of RGB (Red+Green+Blue) = 144+192+117=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #90C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C075 is #6F3F8A. Grayscale: #A9A9A9. Windows color (decimal): -7290763 or 7717008. OLE color: 7717008.

HSL color Cylindrical-coordinate representation of color #90C075: hue angle of 98.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90C075 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB144192117-
CMYK0.2500.390.25
HSL98.4º37.31%60.59%-
HSV(B)98.4º39.06%75.29%-
XYZ33.5644.9123.73-
YUV169.198.6110.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 192 (75.39% from 255) = 42.38%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=31.79%
G=42.38%
B=25.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441921170.2500.390.2598.437.3160.59
Hex90C075190271962253d
Octal22030016531047311424575
Binary10010000110000001110101110010100111110011100010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,192,117); }

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

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

 a { background-color: rgb(144,192,117); }

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

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

 span { border-color: rgb(144,192,117); }

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