#90C071

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

Shades of Olivine #90C071

Tints of Olivine #90C071

Color information

#90C071 (or 0x90C071) is unknown color: approx Olivine. HEX triplet: 90, C0 and 71. RGB value is (144,192,113). Sum of RGB (Red+Green+Blue) = 144+192+113=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #90C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C071 is #6F3F8E. Grayscale: #A8A8A8. Windows color (decimal): -7290767 or 7454864. OLE color: 7454864.

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

Color convert

RGB144192113-
CMYK0.2500.410.25
HSL96.46º38.54%59.8%-
HSV(B)96.46º41.15%75.29%-
XYZ33.3344.8222.52-
YUV168.6496.6110.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.07%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=32.07%
G=42.76%
B=25.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441921130.2500.410.2596.4638.5459.8
Hex90C071190291960273c
Octal22030016131051311404774
Binary10010000110000001110001110010101001110011100000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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