#90C372

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

Shades of Olivine #90C372

Tints of Olivine #90C372

Color information

#90C372 (or 0x90C372) is unknown color: approx Olivine. HEX triplet: 90, C3 and 72. RGB value is (144,195,114). Sum of RGB (Red+Green+Blue) = 144+195+114=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #90C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C372 is #6F3C8D. Grayscale: #AAAAAA. Windows color (decimal): -7289998 or 7521168. OLE color: 7521168.

HSL color Cylindrical-coordinate representation of color #90C372: hue angle of 97.78º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90C372 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB144195114-
CMYK0.2600.420.24
HSL97.78º40.3%60.59%-
HSV(B)97.78º41.54%76.47%-
XYZ34.0546.1723.04-
YUV170.5296.1109.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=31.79%
G=43.05%
B=25.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441951140.2600.420.2497.7840.360.59
Hex90C3721A02A1862283d
Octal22030316232052301425075
Binary10010000110000111110010110100101010110001100010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,195,114); }

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

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

 a { background-color: rgb(144,195,114); }

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

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

 span { border-color: rgb(144,195,114); }

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