Html Css Color HEX #9AAF71 Olivine

📋 copy color: '#9AAF71'

red 154 ◦ green 175 ◦ blue 113

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

Shades of Olivine #9AAF71

Tints of Olivine #9AAF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 34.84%
G = 39.59%
B = 25.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#9AAF71 (or 0x9AAF71) is known color: Olivine. HEX triplet: 9A, AF and 71. RGB value is (154,175,113). Sum of RGB (Red+Green+Blue) = 154+175+113=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF71 is #65508E. Grayscale: #A1A1A1. Windows color (decimal): -6639759 or 7450522. OLE color: 7450522.

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

Color convert

RGB 154 175 113 -
CMYK 0.12 0 0.35 0.31
HSL 80.32º 0.28% 0.56% -
HSV(B) 80.32º 0.35% 0.69% -
XYZ 31.64 38.72 21.43 -
YUV 161.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 154 175 113 0.12 0 0.35 0.31 80.32 0.28 0.56
Hex 9A AF 71 C 0 23 1F 50 1C 38
Octal 232 257 161 14 0 43 37 120 34 70
Binary 10011010 10101111 1110001 1100 0 100011 11111 1010000 11100 111000

Color Harmonies of #9AAF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF71

Black with #9AAF71

Text Example


Text Example

White with #9AAF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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