Html Css Color HEX #9FAF77 Olivine

📋 copy color: '#9FAF77'

red 159 ◦ green 175 ◦ blue 119

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

Shades of Olivine #9FAF77

Tints of Olivine #9FAF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 35.1%
G = 38.63%
B = 26.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#9FAF77 (or 0x9FAF77) is known color: Olivine. HEX triplet: 9F, AF and 77. RGB value is (159,175,119). Sum of RGB (Red+Green+Blue) = 159+175+119=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF77 is #605088. Grayscale: #A4A4A4. Windows color (decimal): -6312073 or 7843743. OLE color: 7843743.

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

Color convert

RGB 159 175 119 -
CMYK 0.09 0 0.32 0.31
HSL 77.14º 0.26% 0.58% -
HSV(B) 77.14º 0.32% 0.69% -
XYZ 32.96 39.36 23.31 -
YUV 163.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 159 175 119 0.09 0 0.32 0.31 77.14 0.26 0.58
Hex 9F AF 77 9 0 20 1F 4D 1A 3A
Octal 237 257 167 11 0 40 37 115 32 72
Binary 10011111 10101111 1110111 1001 0 100000 11111 1001101 11010 111010

Color Harmonies of #9FAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF77

Black with #9FAF77

Text Example


Text Example

White with #9FAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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