Html Css Color HEX #9FAF73 Olivine

📋 copy color: '#9FAF73'

red 159 ◦ green 175 ◦ blue 115

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

Shades of Olivine #9FAF73

Tints of Olivine #9FAF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 35.41%
G = 38.98%
B = 25.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#9FAF73 (or 0x9FAF73) is known color: Olivine. HEX triplet: 9F, AF and 73. RGB value is (159,175,115). Sum of RGB (Red+Green+Blue) = 159+175+115=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF73 is #60508C. Grayscale: #A3A3A3. Windows color (decimal): -6312077 or 7581599. OLE color: 7581599.

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

Color convert

RGB 159 175 115 -
CMYK 0.09 0 0.34 0.31
HSL 76º 0.27% 0.57% -
HSV(B) 76º 0.34% 0.69% -
XYZ 32.72 39.27 22.07 -
YUV 163.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 159 175 115 0.09 0 0.34 0.31 76 0.27 0.57
Hex 9F AF 73 9 0 22 1F 4C 1B 39
Octal 237 257 163 11 0 42 37 114 33 71
Binary 10011111 10101111 1110011 1001 0 100010 11111 1001100 11011 111001

Color Harmonies of #9FAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF73

Black with #9FAF73

Text Example


Text Example

White with #9FAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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