Html Css Color HEX #9FAF7B Olivine

📋 copy color: '#9FAF7B'

red 159 ◦ green 175 ◦ blue 123

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

Shades of Olivine #9FAF7B

Tints of Olivine #9FAF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.91%

R = 34.79%
G = 38.29%
B = 26.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#9FAF7B (or 0x9FAF7B) is known color: Olivine. HEX triplet: 9F, AF and 7B. RGB value is (159,175,123). Sum of RGB (Red+Green+Blue) = 159+175+123=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF7B is #605084. Grayscale: #A4A4A4. Windows color (decimal): -6312069 or 8105887. OLE color: 8105887.

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

Color convert

RGB 159 175 123 -
CMYK 0.09 0 0.30 0.31
HSL 78.46º 0.25% 0.58% -
HSV(B) 78.46º 0.3% 0.69% -
XYZ 33.2 39.46 24.61 -
YUV 164.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 159 175 123 0.09 0 0.30 0.31 78.46 0.25 0.58
Hex 9F AF 7B 9 0 1E 1F 4E 19 3A
Octal 237 257 173 11 0 36 37 116 31 72
Binary 10011111 10101111 1111011 1001 0 11110 11111 1001110 11001 111010

Color Harmonies of #9FAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF7B

Black with #9FAF7B

Text Example


Text Example

White with #9FAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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