Html Css Color HEX #90AC70 Olivine

📋 copy color: '#90AC70'

red 144 ◦ green 172 ◦ blue 112

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

Shades of Olivine #90AC70

Tints of Olivine #90AC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 33.64%
G = 40.19%
B = 26.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#90AC70 (or 0x90AC70) is known color: Olivine. HEX triplet: 90, AC and 70. RGB value is (144,172,112). Sum of RGB (Red+Green+Blue) = 144+172+112=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC70 is #6F538F. Grayscale: #9C9C9C. Windows color (decimal): -7295888 or 7384208. OLE color: 7384208.

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

Color convert

RGB 144 172 112 -
CMYK 0.16 0 0.35 0.33
HSL 88º 0.27% 0.56% -
HSV(B) 88º 0.35% 0.67% -
XYZ 29.18 36.6 20.86 -
YUV 156.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 144 172 112 0.16 0 0.35 0.33 88 0.27 0.56
Hex 90 AC 70 10 0 23 21 58 1B 38
Octal 220 254 160 20 0 43 41 130 33 70
Binary 10010000 10101100 1110000 10000 0 100011 100001 1011000 11011 111000

Color Harmonies of #90AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC70

Black with #90AC70

Text Example


Text Example

White with #90AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,172,112); }

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

background-color css

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

 a { background-color: rgb(144,172,112); }

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

border-color css

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

 span { border-color: rgb(144,172,112); }

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