Html Css Color HEX #90B472 Olivine

📋 copy color: '#90B472'

red 144 ◦ green 180 ◦ blue 114

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

Shades of Olivine #90B472

Tints of Olivine #90B472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.1%

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

R = 32.88%
G = 41.1%
B = 26.03%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#90B472 (or 0x90B472) is known color: Olivine. HEX triplet: 90, B4 and 72. RGB value is (144,180,114). Sum of RGB (Red+Green+Blue) = 144+180+114=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #90B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B472 is #6F4B8D. Grayscale: #A1A1A1. Windows color (decimal): -7293838 or 7517328. OLE color: 7517328.

HSL color Cylindrical-coordinate representation of color #90B472: hue angle of 92.73º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90B472 is Cyan = 0.2, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 180 114 -
CMYK 0.2 0 0.37 0.29
HSL 92.73º 0.31% 0.58% -
HSV(B) 92.73º 0.37% 0.71% -
XYZ 30.86 39.79 21.97 -
YUV 161.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 144 180 114 0.2 0 0.37 0.29 92.73 0.31 0.58
Hex 90 B4 72 14 0 25 1D 5D 1F 3A
Octal 220 264 162 24 0 45 35 135 37 72
Binary 10010000 10110100 1110010 10100 0 100101 11101 1011101 11111 111010

Color Harmonies of #90B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B472

Black with #90B472

Text Example


Text Example

White with #90B472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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