Html Css Color HEX #90A87F Olivine

📋 copy color: '#90A87F'

red 144 ◦ green 168 ◦ blue 127

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

Shades of Olivine #90A87F

Tints of Olivine #90A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

 BLUE value IS 127 (50% from 255) = 28.93%

R = 32.8%
G = 38.27%
B = 28.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#90A87F (or 0x90A87F) is known color: Olivine. HEX triplet: 90, A8 and 7F. RGB value is (144,168,127). Sum of RGB (Red+Green+Blue) = 144+168+127=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #90A87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A87F is #6F5780. Grayscale: #9C9C9C. Windows color (decimal): -7296897 or 8366224. OLE color: 8366224.

HSL color Cylindrical-coordinate representation of color #90A87F: hue angle of 95.12º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90A87F is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 144 168 127 -
CMYK 0.14 0 0.24 0.34
HSL 95.12º 0.19% 0.58% -
HSV(B) 95.12º 0.24% 0.66% -
XYZ 29.34 35.47 25.38 -
YUV 156.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 144 168 127 0.14 0 0.24 0.34 95.12 0.19 0.58
Hex 90 A8 7F E 0 18 22 5F 13 3A
Octal 220 250 177 16 0 30 42 137 23 72
Binary 10010000 10101000 1111111 1110 0 11000 100010 1011111 10011 111010

Color Harmonies of #90A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A87F

Black with #90A87F

Text Example


Text Example

White with #90A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,168,127); }

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

background-color css

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

 a { background-color: rgb(144,168,127); }

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

border-color css

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

 span { border-color: rgb(144,168,127); }

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