Html Css Color HEX #9FB17D Olivine

📋 copy color: '#9FB17D'

red 159 ◦ green 177 ◦ blue 125

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

Shades of Olivine #9FB17D

Tints of Olivine #9FB17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 34.49%
G = 38.39%
B = 27.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#9FB17D (or 0x9FB17D) is known color: Olivine. HEX triplet: 9F, B1 and 7D. RGB value is (159,177,125). Sum of RGB (Red+Green+Blue) = 159+177+125=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB17D is #604E82. Grayscale: #A5A5A5. Windows color (decimal): -6311555 or 8237471. OLE color: 8237471.

HSL color Cylindrical-coordinate representation of color #9FB17D: hue angle of 80.77º degrees, saturation: 0.25, 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 #9FB17D is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 177 125 -
CMYK 0.10 0 0.29 0.31
HSL 80.77º 0.25% 0.59% -
HSV(B) 80.77º 0.29% 0.69% -
XYZ 33.72 40.3 25.4 -
YUV 165.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 159 177 125 0.10 0 0.29 0.31 80.77 0.25 0.59
Hex 9F B1 7D A 0 1D 1F 51 19 3B
Octal 237 261 175 12 0 35 37 121 31 73
Binary 10011111 10110001 1111101 1010 0 11101 11111 1010001 11001 111011

Color Harmonies of #9FB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB17D

Black with #9FB17D

Text Example


Text Example

White with #9FB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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