Html Css Color HEX #9FB966 Olivine

📋 copy color: '#9FB966'

red 159 ◦ green 185 ◦ blue 102

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

Shades of Olivine #9FB966

Tints of Olivine #9FB966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.87%

R = 35.65%
G = 41.48%
B = 22.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#9FB966 (or 0x9FB966) is known color: Olivine. HEX triplet: 9F, B9 and 66. RGB value is (159,185,102). Sum of RGB (Red+Green+Blue) = 159+185+102=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB966 is #604699. Grayscale: #A8A8A8. Windows color (decimal): -6309530 or 6732191. OLE color: 6732191.

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

Color convert

RGB 159 185 102 -
CMYK 0.14 0 0.45 0.27
HSL 78.8º 0.37% 0.56% -
HSV(B) 78.8º 0.45% 0.73% -
XYZ 34.05 43.03 19.08 -
YUV 167.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 159 185 102 0.14 0 0.45 0.27 78.8 0.37 0.56
Hex 9F B9 66 E 0 2D 1B 4F 25 38
Octal 237 271 146 16 0 55 33 117 45 70
Binary 10011111 10111001 1100110 1110 0 101101 11011 1001111 100101 111000

Color Harmonies of #9FB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB966

Black with #9FB966

Text Example


Text Example

White with #9FB966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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