Html Css Color HEX #90B37D Olivine

📋 copy color: '#90B37D'

red 144 ◦ green 179 ◦ blue 125

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

Shades of Olivine #90B37D

Tints of Olivine #90B37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 32.14%
G = 39.96%
B = 27.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#90B37D (or 0x90B37D) is known color: Olivine. HEX triplet: 90, B3 and 7D. RGB value is (144,179,125). Sum of RGB (Red+Green+Blue) = 144+179+125=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #90B37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B37D is #6F4C82. Grayscale: #A2A2A2. Windows color (decimal): -7294083 or 8237968. OLE color: 8237968.

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

Color convert

RGB 144 179 125 -
CMYK 0.20 0 0.30 0.30
HSL 98.89º 0.26% 0.6% -
HSV(B) 98.89º 0.3% 0.7% -
XYZ 31.32 39.65 25.4 -
YUV 162.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 144 179 125 0.20 0 0.30 0.30 98.89 0.26 0.6
Hex 90 B3 7D 14 0 1E 1E 63 1A 3C
Octal 220 263 175 24 0 36 36 143 32 74
Binary 10010000 10110011 1111101 10100 0 11110 11110 1100011 11010 111100

Color Harmonies of #90B37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B37D

Black with #90B37D

Text Example


Text Example

White with #90B37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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