Html Css Color HEX #9AAF75 Olivine

📋 copy color: '#9AAF75'

red 154 ◦ green 175 ◦ blue 117

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

Shades of Olivine #9AAF75

Tints of Olivine #9AAF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 34.53%
G = 39.24%
B = 26.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#9AAF75 (or 0x9AAF75) is known color: Olivine. HEX triplet: 9A, AF and 75. RGB value is (154,175,117). Sum of RGB (Red+Green+Blue) = 154+175+117=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF75 is #65508A. Grayscale: #A2A2A2. Windows color (decimal): -6639755 or 7712666. OLE color: 7712666.

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

Color convert

RGB 154 175 117 -
CMYK 0.12 0 0.33 0.31
HSL 81.72º 0.27% 0.57% -
HSV(B) 81.72º 0.33% 0.69% -
XYZ 31.87 38.81 22.64 -
YUV 162.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 154 175 117 0.12 0 0.33 0.31 81.72 0.27 0.57
Hex 9A AF 75 C 0 21 1F 52 1B 39
Octal 232 257 165 14 0 41 37 122 33 71
Binary 10011010 10101111 1110101 1100 0 100001 11111 1010010 11011 111001

Color Harmonies of #9AAF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF75

Black with #9AAF75

Text Example


Text Example

White with #9AAF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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