Html Css Color HEX #9AAB7A Olivine

📋 copy color: '#9AAB7A'

red 154 ◦ green 171 ◦ blue 122

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

Shades of Olivine #9AAB7A

Tints of Olivine #9AAB7A

RGB

 RED value IS 154 (60.55% from 255) = 34.45%

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

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

R = 34.45%
G = 38.26%
B = 27.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#9AAB7A (or 0x9AAB7A) is known color: Olivine. HEX triplet: 9A, AB and 7A. RGB value is (154,171,122). Sum of RGB (Red+Green+Blue) = 154+171+122=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB7A is #655485. Grayscale: #A0A0A0. Windows color (decimal): -6640774 or 8039322. OLE color: 8039322.

HSL color Cylindrical-coordinate representation of color #9AAB7A: hue angle of 80.82º 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 #9AAB7A is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 171 122 -
CMYK 0.10 0 0.29 0.33
HSL 80.82º 0.23% 0.57% -
HSV(B) 80.82º 0.29% 0.67% -
XYZ 31.4 37.4 23.98 -
YUV 160.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 154 171 122 0.10 0 0.29 0.33 80.82 0.23 0.57
Hex 9A AB 7A A 0 1D 21 51 17 39
Octal 232 253 172 12 0 35 41 121 27 71
Binary 10011010 10101011 1111010 1010 0 11101 100001 1010001 10111 111001

Color Harmonies of #9AAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB7A

Black with #9AAB7A

Text Example


Text Example

White with #9AAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AAB7A; }

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

 H1.HeaderClassName
 {
   color: #9AAB7A;
 }
 .AnyTagClassName
 {
   color: #9AAB7A;
 }
</style>

background-color css

<style>
 a { background-color: #9AAB7A; }

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

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

border-color css

<style>
 span { border-color: #9AAB7A; }

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

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