Html Css Color HEX #9AAF79 Olivine

📋 copy color: '#9AAF79'

red 154 ◦ green 175 ◦ blue 121

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

Shades of Olivine #9AAF79

Tints of Olivine #9AAF79

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 121 (47.66% from 255) = 26.89%

R = 34.22%
G = 38.89%
B = 26.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#9AAF79 (or 0x9AAF79) is known color: Olivine. HEX triplet: 9A, AF and 79. RGB value is (154,175,121). Sum of RGB (Red+Green+Blue) = 154+175+121=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF79 is #655086. Grayscale: #A2A2A2. Windows color (decimal): -6639751 or 7974810. OLE color: 7974810.

HSL color Cylindrical-coordinate representation of color #9AAF79: hue angle of 83.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AAF79 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 175 121 -
CMYK 0.12 0 0.31 0.31
HSL 83.33º 0.25% 0.58% -
HSV(B) 83.33º 0.31% 0.69% -
XYZ 32.11 38.91 23.91 -
YUV 162.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 154 175 121 0.12 0 0.31 0.31 83.33 0.25 0.58
Hex 9A AF 79 C 0 1F 1F 53 19 3A
Octal 232 257 171 14 0 37 37 123 31 72
Binary 10011010 10101111 1111001 1100 0 11111 11111 1010011 11001 111010

Color Harmonies of #9AAF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF79

Black with #9AAF79

Text Example


Text Example

White with #9AAF79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,175,121); }

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

background-color css

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

 a { background-color: rgb(154,175,121); }

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

border-color css

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

 span { border-color: rgb(154,175,121); }

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