Html Css Color HEX #9FAF7C Olivine

📋 copy color: '#9FAF7C'

red 159 ◦ green 175 ◦ blue 124

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

Shades of Olivine #9FAF7C

Tints of Olivine #9FAF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 34.72%
G = 38.21%
B = 27.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#9FAF7C (or 0x9FAF7C) is known color: Olivine. HEX triplet: 9F, AF and 7C. RGB value is (159,175,124). Sum of RGB (Red+Green+Blue) = 159+175+124=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF7C is #605083. Grayscale: #A4A4A4. Windows color (decimal): -6312068 or 8171423. OLE color: 8171423.

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

Color convert

RGB 159 175 124 -
CMYK 0.09 0 0.29 0.31
HSL 78.82º 0.24% 0.59% -
HSV(B) 78.82º 0.29% 0.69% -
XYZ 33.27 39.49 24.94 -
YUV 164.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 159 175 124 0.09 0 0.29 0.31 78.82 0.24 0.59
Hex 9F AF 7C 9 0 1D 1F 4F 18 3B
Octal 237 257 174 11 0 35 37 117 30 73
Binary 10011111 10101111 1111100 1001 0 11101 11111 1001111 11000 111011

Color Harmonies of #9FAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF7C

Black with #9FAF7C

Text Example


Text Example

White with #9FAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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