Html Css Color HEX #9FB97A Olivine

📋 copy color: '#9FB97A'

red 159 ◦ green 185 ◦ blue 122

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

Shades of Olivine #9FB97A

Tints of Olivine #9FB97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 34.12%
G = 39.7%
B = 26.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#9FB97A (or 0x9FB97A) is known color: Olivine. HEX triplet: 9F, B9 and 7A. RGB value is (159,185,122). Sum of RGB (Red+Green+Blue) = 159+185+122=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB97A is #604685. Grayscale: #AAAAAA. Windows color (decimal): -6309510 or 8042911. OLE color: 8042911.

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

Color convert

RGB 159 185 122 -
CMYK 0.14 0 0.34 0.27
HSL 84.76º 0.31% 0.6% -
HSV(B) 84.76º 0.34% 0.73% -
XYZ 35.16 43.47 24.95 -
YUV 170.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 159 185 122 0.14 0 0.34 0.27 84.76 0.31 0.6
Hex 9F B9 7A E 0 22 1B 55 1F 3C
Octal 237 271 172 16 0 42 33 125 37 74
Binary 10011111 10111001 1111010 1110 0 100010 11011 1010101 11111 111100

Color Harmonies of #9FB97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB97A

Black with #9FB97A

Text Example


Text Example

White with #9FB97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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