Html Css Color HEX #90B574 Olivine

📋 copy color: '#90B574'

red 144 ◦ green 181 ◦ blue 116

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

Shades of Olivine #90B574

Tints of Olivine #90B574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 32.65%
G = 41.04%
B = 26.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#90B574 (or 0x90B574) is known color: Olivine. HEX triplet: 90, B5 and 74. RGB value is (144,181,116). Sum of RGB (Red+Green+Blue) = 144+181+116=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #90B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B574 is #6F4A8B. Grayscale: #A2A2A2. Windows color (decimal): -7293580 or 7648656. OLE color: 7648656.

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

Color convert

RGB 144 181 116 -
CMYK 0.20 0 0.36 0.29
HSL 94.15º 0.31% 0.58% -
HSV(B) 94.15º 0.36% 0.71% -
XYZ 31.18 40.24 22.65 -
YUV 162.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 144 181 116 0.20 0 0.36 0.29 94.15 0.31 0.58
Hex 90 B5 74 14 0 24 1D 5E 1F 3A
Octal 220 265 164 24 0 44 35 136 37 72
Binary 10010000 10110101 1110100 10100 0 100100 11101 1011110 11111 111010

Color Harmonies of #90B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B574

Black with #90B574

Text Example


Text Example

White with #90B574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,181,116); }

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

background-color css

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

 a { background-color: rgb(144,181,116); }

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

border-color css

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

 span { border-color: rgb(144,181,116); }

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