Html Css Color HEX #9FBA60 Olivine

📋 copy color: '#9FBA60'

red 159 ◦ green 186 ◦ blue 96

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

Shades of Olivine #9FBA60

Tints of Olivine #9FBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 36.05%
G = 42.18%
B = 21.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#9FBA60 (or 0x9FBA60) is known color: Olivine. HEX triplet: 9F, BA and 60. RGB value is (159,186,96). Sum of RGB (Red+Green+Blue) = 159+186+96=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA60 is #60459F. Grayscale: #A8A8A8. Windows color (decimal): -6309280 or 6339231. OLE color: 6339231.

HSL color Cylindrical-coordinate representation of color #9FBA60: hue angle of 78º 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 #9FBA60 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 186 96 -
CMYK 0.15 0 0.48 0.27
HSL 78º 0.39% 0.55% -
HSV(B) 78º 0.48% 0.73% -
XYZ 33.97 43.33 17.64 -
YUV 167.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 159 186 96 0.15 0 0.48 0.27 78 0.39 0.55
Hex 9F BA 60 F 0 30 1B 4E 27 37
Octal 237 272 140 17 0 60 33 116 47 67
Binary 10011111 10111010 1100000 1111 0 110000 11011 1001110 100111 110111

Color Harmonies of #9FBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA60

Black with #9FBA60

Text Example


Text Example

White with #9FBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,96); }

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

background-color css

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

 a { background-color: rgb(159,186,96); }

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

border-color css

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

 span { border-color: rgb(159,186,96); }

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