#90C475

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

Shades of Olivine #90C475

Tints of Olivine #90C475

Color information

#90C475 (or 0x90C475) is unknown color: approx Olivine. HEX triplet: 90, C4 and 75. RGB value is (144,196,117). Sum of RGB (Red+Green+Blue) = 144+196+117=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #90C475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C475 is #6F3B8A. Grayscale: #ABABAB. Windows color (decimal): -7289739 or 7718032. OLE color: 7718032.

HSL color Cylindrical-coordinate representation of color #90C475: hue angle of 99.49º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90C475 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB144196117-
CMYK0.2700.400.23
HSL99.49º40.1%61.37%-
HSV(B)99.49º40.31%76.86%-
XYZ34.4546.6924.03-
YUV171.4597.27108.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=31.51%
G=42.89%
B=25.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441961170.2700.400.2399.4940.161.37
Hex90C4751B0281763283d
Octal22030416533050271435075
Binary10010000110001001110101110110101000101111100011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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