Html Css Color HEX #9FAF80 Olivine

📋 copy color: '#9FAF80'

red 159 ◦ green 175 ◦ blue 128

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

Shades of Olivine #9FAF80

Tints of Olivine #9FAF80

RGB

 RED value IS 159 (62.5% from 255) = 34.42%

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

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 34.42%
G = 37.88%
B = 27.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#9FAF80 (or 0x9FAF80) is known color: Olivine. HEX triplet: 9F, AF and 80. RGB value is (159,175,128). Sum of RGB (Red+Green+Blue) = 159+175+128=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF80 is #60507F. Grayscale: #A5A5A5. Windows color (decimal): -6312064 or 8433567. OLE color: 8433567.

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

Color convert

RGB 159 175 128 -
CMYK 0.09 0 0.27 0.31
HSL 80.43º 0.23% 0.59% -
HSV(B) 80.43º 0.27% 0.69% -
XYZ 33.52 39.59 26.3 -
YUV 164.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 159 175 128 0.09 0 0.27 0.31 80.43 0.23 0.59
Hex 9F AF 80 9 0 1B 1F 50 17 3B
Octal 237 257 200 11 0 33 37 120 27 73
Binary 10011111 10101111 10000000 1001 0 11011 11111 1010000 10111 111011

Color Harmonies of #9FAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF80

Black with #9FAF80

Text Example


Text Example

White with #9FAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,175,128); }

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

background-color css

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

 a { background-color: rgb(159,175,128); }

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

border-color css

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

 span { border-color: rgb(159,175,128); }

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