Html Css Color HEX #9FB975 Olivine

📋 copy color: '#9FB975'

red 159 ◦ green 185 ◦ blue 117

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

Shades of Olivine #9FB975

Tints of Olivine #9FB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 34.49%
G = 40.13%
B = 25.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#9FB975 (or 0x9FB975) is known color: Olivine. HEX triplet: 9F, B9 and 75. RGB value is (159,185,117). Sum of RGB (Red+Green+Blue) = 159+185+117=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB975 is #60468A. Grayscale: #A9A9A9. Windows color (decimal): -6309515 or 7715231. OLE color: 7715231.

HSL color Cylindrical-coordinate representation of color #9FB975: hue angle of 82.94º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FB975 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 185 117 -
CMYK 0.14 0 0.37 0.27
HSL 82.94º 0.33% 0.59% -
HSV(B) 82.94º 0.37% 0.73% -
XYZ 34.86 43.35 23.36 -
YUV 169.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 159 185 117 0.14 0 0.37 0.27 82.94 0.33 0.59
Hex 9F B9 75 E 0 25 1B 53 21 3B
Octal 237 271 165 16 0 45 33 123 41 73
Binary 10011111 10111001 1110101 1110 0 100101 11011 1010011 100001 111011

Color Harmonies of #9FB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB975

Black with #9FB975

Text Example


Text Example

White with #9FB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,185,117); }

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

background-color css

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

 a { background-color: rgb(159,185,117); }

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

border-color css

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

 span { border-color: rgb(159,185,117); }

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