Html Css Color HEX #90B872 Olivine

📋 copy color: '#90B872'

red 144 ◦ green 184 ◦ blue 114

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

Shades of Olivine #90B872

Tints of Olivine #90B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.63%

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

R = 32.58%
G = 41.63%
B = 25.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#90B872 (or 0x90B872) is known color: Olivine. HEX triplet: 90, B8 and 72. RGB value is (144,184,114). Sum of RGB (Red+Green+Blue) = 144+184+114=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #90B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B872 is #6F478D. Grayscale: #A4A4A4. Windows color (decimal): -7292814 or 7518352. OLE color: 7518352.

HSL color Cylindrical-coordinate representation of color #90B872: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B872 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 144 184 114 -
CMYK 0.22 0 0.38 0.28
HSL 94.29º 0.33% 0.58% -
HSV(B) 94.29º 0.38% 0.72% -
XYZ 31.68 41.43 22.25 -
YUV 164.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 144 184 114 0.22 0 0.38 0.28 94.29 0.33 0.58
Hex 90 B8 72 16 0 26 1C 5E 21 3A
Octal 220 270 162 26 0 46 34 136 41 72
Binary 10010000 10111000 1110010 10110 0 100110 11100 1011110 100001 111010

Color Harmonies of #90B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B872

Black with #90B872

Text Example


Text Example

White with #90B872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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