#90c069

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

Shades of Olivine #90C069

Tints of Olivine #90C069

Color information

#90C069 (or 0x90C069) is unknown color: approx Olivine. HEX triplet: 90, C0 and 69. RGB value is (144,192,105). Sum of RGB (Red+Green+Blue) = 144+192+105=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #90C069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C069 is #6F3F96. Grayscale: #A8A8A8. Windows color (decimal): -7290775 or 6930576. OLE color: 6930576.

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

Color convert

RGB144192105-
CMYK0.2500.450.25
HSL93.1º40.85%58.24%-
HSV(B)93.1º45.31%75.29%-
XYZ32.944.6520.25-
YUV167.7392.6111.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 192 (75.39% from 255) = 43.54%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=32.65%
G=43.54%
B=23.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441921050.2500.450.2593.140.8558.24
Hex90C0691902D195d293a
Octal22030015131055311355172
Binary10010000110000001101001110010101101110011011101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90c069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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