Html Css Color HEX #90B47C Olivine

📋 copy color: '#90B47C'

red 144 ◦ green 180 ◦ blue 124

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

Shades of Olivine #90B47C

Tints of Olivine #90B47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 32.14%
G = 40.18%
B = 27.68%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#90B47C (or 0x90B47C) is known color: Olivine. HEX triplet: 90, B4 and 7C. RGB value is (144,180,124). Sum of RGB (Red+Green+Blue) = 144+180+124=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #90B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B47C is #6F4B83. Grayscale: #A3A3A3. Windows color (decimal): -7293828 or 8172688. OLE color: 8172688.

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

Color convert

RGB 144 180 124 -
CMYK 0.2 0 0.31 0.29
HSL 98.57º 0.27% 0.6% -
HSV(B) 98.57º 0.31% 0.71% -
XYZ 31.46 40.03 25.14 -
YUV 162.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 144 180 124 0.2 0 0.31 0.29 98.57 0.27 0.6
Hex 90 B4 7C 14 0 1F 1D 63 1B 3C
Octal 220 264 174 24 0 37 35 143 33 74
Binary 10010000 10110100 1111100 10100 0 11111 11101 1100011 11011 111100

Color Harmonies of #90B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B47C

Black with #90B47C

Text Example


Text Example

White with #90B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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