Html Css Color HEX #9FB961 Olivine

📋 copy color: '#9FB961'

red 159 ◦ green 185 ◦ blue 97

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

Shades of Olivine #9FB961

Tints of Olivine #9FB961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22%

R = 36.05%
G = 41.95%
B = 22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#9FB961 (or 0x9FB961) is known color: Olivine. HEX triplet: 9F, B9 and 61. RGB value is (159,185,97). Sum of RGB (Red+Green+Blue) = 159+185+97=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB961 is #60469E. Grayscale: #A7A7A7. Windows color (decimal): -6309535 or 6404511. OLE color: 6404511.

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

Color convert

RGB 159 185 97 -
CMYK 0.14 0 0.48 0.27
HSL 77.73º 0.39% 0.55% -
HSV(B) 77.73º 0.48% 0.73% -
XYZ 33.8 42.93 17.81 -
YUV 167.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 159 185 97 0.14 0 0.48 0.27 77.73 0.39 0.55
Hex 9F B9 61 E 0 30 1B 4E 27 37
Octal 237 271 141 16 0 60 33 116 47 67
Binary 10011111 10111001 1100001 1110 0 110000 11011 1001110 100111 110111

Color Harmonies of #9FB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB961

Black with #9FB961

Text Example


Text Example

White with #9FB961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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