Html Css Color HEX #9FB972 Olivine

📋 copy color: '#9FB972'

red 159 ◦ green 185 ◦ blue 114

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

Shades of Olivine #9FB972

Tints of Olivine #9FB972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.89%

R = 34.72%
G = 40.39%
B = 24.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#9FB972 (or 0x9FB972) is known color: Olivine. HEX triplet: 9F, B9 and 72. RGB value is (159,185,114). Sum of RGB (Red+Green+Blue) = 159+185+114=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB972 is #60468D. Grayscale: #A9A9A9. Windows color (decimal): -6309518 or 7518623. OLE color: 7518623.

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

Color convert

RGB 159 185 114 -
CMYK 0.14 0 0.38 0.27
HSL 81.97º 0.34% 0.59% -
HSV(B) 81.97º 0.38% 0.73% -
XYZ 34.68 43.28 22.45 -
YUV 169.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 159 185 114 0.14 0 0.38 0.27 81.97 0.34 0.59
Hex 9F B9 72 E 0 26 1B 52 22 3B
Octal 237 271 162 16 0 46 33 122 42 73
Binary 10011111 10111001 1110010 1110 0 100110 11011 1010010 100010 111011

Color Harmonies of #9FB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB972

Black with #9FB972

Text Example


Text Example

White with #9FB972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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