Html Css Color HEX #99AB7A Olivine

📋 copy color: '#99AB7A'

red 153 ◦ green 171 ◦ blue 122

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

Shades of Olivine #99AB7A

Tints of Olivine #99AB7A

RGB

 RED value IS 153 (60.16% from 255) = 34.3%

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

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

R = 34.3%
G = 38.34%
B = 27.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#99AB7A (or 0x99AB7A) is known color: Olivine. HEX triplet: 99, AB and 7A. RGB value is (153,171,122). Sum of RGB (Red+Green+Blue) = 153+171+122=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB7A is #665485. Grayscale: #A0A0A0. Windows color (decimal): -6706310 or 8039321. OLE color: 8039321.

HSL color Cylindrical-coordinate representation of color #99AB7A: hue angle of 82.04º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99AB7A is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 171 122 -
CMYK 0.11 0 0.29 0.33
HSL 82.04º 0.23% 0.57% -
HSV(B) 82.04º 0.29% 0.67% -
XYZ 31.21 37.3 23.97 -
YUV 160.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 153 171 122 0.11 0 0.29 0.33 82.04 0.23 0.57
Hex 99 AB 7A B 0 1D 21 52 17 39
Octal 231 253 172 13 0 35 41 122 27 71
Binary 10011001 10101011 1111010 1011 0 11101 100001 1010010 10111 111001

Color Harmonies of #99AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AB7A

Black with #99AB7A

Text Example


Text Example

White with #99AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AB7A; }

 p { color: rgb(153,171,122); }

 H1.HeaderClassName
 {
   color: #99AB7A;
 }
 .AnyTagClassName
 {
   color: #99AB7A;
 }
</style>

background-color css

<style>
 a { background-color: #99AB7A; }

 a { background-color: rgb(153,171,122); }

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

border-color css

<style>
 span { border-color: #99AB7A; }

 span { border-color: rgb(153,171,122); }

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