Html Css Color HEX #9FB970 Olivine

📋 copy color: '#9FB970'

red 159 ◦ green 185 ◦ blue 112

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

Shades of Olivine #9FB970

Tints of Olivine #9FB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 34.87%
G = 40.57%
B = 24.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#9FB970 (or 0x9FB970) is known color: Olivine. HEX triplet: 9F, B9 and 70. RGB value is (159,185,112). Sum of RGB (Red+Green+Blue) = 159+185+112=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB970 is #60468F. Grayscale: #A9A9A9. Windows color (decimal): -6309520 or 7387551. OLE color: 7387551.

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

Color convert

RGB 159 185 112 -
CMYK 0.14 0 0.39 0.27
HSL 81.37º 0.34% 0.58% -
HSV(B) 81.37º 0.39% 0.73% -
XYZ 34.57 43.24 21.85 -
YUV 168.9 95.89 120.94 -
System Red Green Blue C M Y K H S L
Decimal 159 185 112 0.14 0 0.39 0.27 81.37 0.34 0.58
Hex 9F B9 70 E 0 27 1B 51 22 3A
Octal 237 271 160 16 0 47 33 121 42 72
Binary 10011111 10111001 1110000 1110 0 100111 11011 1010001 100010 111010

Color Harmonies of #9FB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB970

Black with #9FB970

Text Example


Text Example

White with #9FB970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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