Html Css Color HEX #90B372 Olivine

📋 copy color: '#90B372'

red 144 ◦ green 179 ◦ blue 114

#90B372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #90B372

Tints of Olivine #90B372

RGB

 RED value IS 144 (56.64% from 255) = 32.95%

 GREEN value IS 179 (70.31% from 255) = 40.96%

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 32.95%
G = 40.96%
B = 26.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#90B372 (or 0x90B372) is known color: Olivine. HEX triplet: 90, B3 and 72. RGB value is (144,179,114). Sum of RGB (Red+Green+Blue) = 144+179+114=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #90B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B372 is #6F4C8D. Grayscale: #A1A1A1. Windows color (decimal): -7294094 or 7517072. OLE color: 7517072.

HSL color Cylindrical-coordinate representation of color #90B372: hue angle of 92.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90B372 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 179 114 -
CMYK 0.20 0 0.36 0.30
HSL 92.31º 0.3% 0.57% -
HSV(B) 92.31º 0.36% 0.7% -
XYZ 30.66 39.38 21.91 -
YUV 161.13 101.4 115.79 -
System Red Green Blue C M Y K H S L
Decimal 144 179 114 0.20 0 0.36 0.30 92.31 0.3 0.57
Hex 90 B3 72 14 0 24 1E 5C 1E 39
Octal 220 263 162 24 0 44 36 134 36 71
Binary 10010000 10110011 1110010 10100 0 100100 11110 1011100 11110 111001

Color Harmonies of #90B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B372

Black with #90B372

Text Example


Text Example

White with #90B372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90B372;
 }
 .AnyTagClassName
 {
   color: #90B372;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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