Html Css Color HEX #90AB7C Olivine

📋 copy color: '#90AB7C'

red 144 ◦ green 171 ◦ blue 124

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

Shades of Olivine #90AB7C

Tints of Olivine #90AB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 32.8%
G = 38.95%
B = 28.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#90AB7C (or 0x90AB7C) is known color: Olivine. HEX triplet: 90, AB and 7C. RGB value is (144,171,124). Sum of RGB (Red+Green+Blue) = 144+171+124=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB7C is #6F5483. Grayscale: #9D9D9D. Windows color (decimal): -7296132 or 8170384. OLE color: 8170384.

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

Color convert

RGB 144 171 124 -
CMYK 0.16 0 0.27 0.33
HSL 94.47º 0.22% 0.58% -
HSV(B) 94.47º 0.27% 0.67% -
XYZ 29.7 36.51 24.55 -
YUV 157.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 144 171 124 0.16 0 0.27 0.33 94.47 0.22 0.58
Hex 90 AB 7C 10 0 1B 21 5E 16 3A
Octal 220 253 174 20 0 33 41 136 26 72
Binary 10010000 10101011 1111100 10000 0 11011 100001 1011110 10110 111010

Color Harmonies of #90AB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AB7C

Black with #90AB7C

Text Example


Text Example

White with #90AB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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