Html Css Color HEX #9FB171 Olivine

📋 copy color: '#9FB171'

red 159 ◦ green 177 ◦ blue 113

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

Shades of Olivine #9FB171

Tints of Olivine #9FB171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 35.41%
G = 39.42%
B = 25.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#9FB171 (or 0x9FB171) is known color: Olivine. HEX triplet: 9F, B1 and 71. RGB value is (159,177,113). Sum of RGB (Red+Green+Blue) = 159+177+113=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB171 is #604E8E. Grayscale: #A4A4A4. Windows color (decimal): -6311567 or 7451039. OLE color: 7451039.

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

Color convert

RGB 159 177 113 -
CMYK 0.10 0 0.36 0.31
HSL 76.88º 0.29% 0.57% -
HSV(B) 76.88º 0.36% 0.69% -
XYZ 33 40.01 21.61 -
YUV 164.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 159 177 113 0.10 0 0.36 0.31 76.88 0.29 0.57
Hex 9F B1 71 A 0 24 1F 4D 1D 39
Octal 237 261 161 12 0 44 37 115 35 71
Binary 10011111 10110001 1110001 1010 0 100100 11111 1001101 11101 111001

Color Harmonies of #9FB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB171

Black with #9FB171

Text Example


Text Example

White with #9FB171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,177,113); }

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

background-color css

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

 a { background-color: rgb(159,177,113); }

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

border-color css

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

 span { border-color: rgb(159,177,113); }

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