Html Css Color HEX #90AB70 Olivine

📋 copy color: '#90AB70'

red 144 ◦ green 171 ◦ blue 112

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

Shades of Olivine #90AB70

Tints of Olivine #90AB70

RGB

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

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

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

R = 33.72%
G = 40.05%
B = 26.23%

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

#90AB70 (or 0x90AB70) is known color: Olivine. HEX triplet: 90, AB and 70. RGB value is (144,171,112). Sum of RGB (Red+Green+Blue) = 144+171+112=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB70 is #6F548F. Grayscale: #9C9C9C. Windows color (decimal): -7296144 or 7383952. OLE color: 7383952.

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

Color convert

RGB 144 171 112 -
CMYK 0.16 0 0.35 0.33
HSL 87.46º 0.26% 0.55% -
HSV(B) 87.46º 0.35% 0.67% -
XYZ 28.99 36.22 20.79 -
YUV 156.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 144 171 112 0.16 0 0.35 0.33 87.46 0.26 0.55
Hex 90 AB 70 10 0 23 21 57 1A 37
Octal 220 253 160 20 0 43 41 127 32 67
Binary 10010000 10101011 1110000 10000 0 100011 100001 1010111 11010 110111

Color Harmonies of #90AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AB70

Black with #90AB70

Text Example


Text Example

White with #90AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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