Html Css Color HEX #9FB176 Olivine

📋 copy color: '#9FB176'

red 159 ◦ green 177 ◦ blue 118

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

Shades of Olivine #9FB176

Tints of Olivine #9FB176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 35.02%
G = 38.99%
B = 25.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#9FB176 (or 0x9FB176) is known color: Olivine. HEX triplet: 9F, B1 and 76. RGB value is (159,177,118). Sum of RGB (Red+Green+Blue) = 159+177+118=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB176 is #604E89. Grayscale: #A5A5A5. Windows color (decimal): -6311562 or 7778719. OLE color: 7778719.

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

Color convert

RGB 159 177 118 -
CMYK 0.10 0 0.33 0.31
HSL 78.31º 0.27% 0.58% -
HSV(B) 78.31º 0.33% 0.69% -
XYZ 33.29 40.12 23.13 -
YUV 164.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 159 177 118 0.10 0 0.33 0.31 78.31 0.27 0.58
Hex 9F B1 76 A 0 21 1F 4E 1B 3A
Octal 237 261 166 12 0 41 37 116 33 72
Binary 10011111 10110001 1110110 1010 0 100001 11111 1001110 11011 111010

Color Harmonies of #9FB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB176

Black with #9FB176

Text Example


Text Example

White with #9FB176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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