Html Css Color HEX #90AD7A Olivine

📋 copy color: '#90AD7A'

red 144 ◦ green 173 ◦ blue 122

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

Shades of Olivine #90AD7A

Tints of Olivine #90AD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 32.8%
G = 39.41%
B = 27.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#90AD7A (or 0x90AD7A) is known color: Olivine. HEX triplet: 90, AD and 7A. RGB value is (144,173,122). Sum of RGB (Red+Green+Blue) = 144+173+122=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AD7A is #6F5285. Grayscale: #9E9E9E. Windows color (decimal): -7295622 or 8039824. OLE color: 8039824.

HSL color Cylindrical-coordinate representation of color #90AD7A: hue angle of 94.12º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90AD7A is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 173 122 -
CMYK 0.17 0 0.29 0.32
HSL 94.12º 0.24% 0.58% -
HSV(B) 94.12º 0.29% 0.68% -
XYZ 29.96 37.22 24.02 -
YUV 158.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 144 173 122 0.17 0 0.29 0.32 94.12 0.24 0.58
Hex 90 AD 7A 11 0 1D 20 5E 18 3A
Octal 220 255 172 21 0 35 40 136 30 72
Binary 10010000 10101101 1111010 10001 0 11101 100000 1011110 11000 111010

Color Harmonies of #90AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AD7A

Black with #90AD7A

Text Example


Text Example

White with #90AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,173,122); }

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

background-color css

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

 a { background-color: rgb(144,173,122); }

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

border-color css

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

 span { border-color: rgb(144,173,122); }

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