Html Css Color HEX #9FBA6E Olivine

📋 copy color: '#9FBA6E'

red 159 ◦ green 186 ◦ blue 110

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

Shades of Olivine #9FBA6E

Tints of Olivine #9FBA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 34.95%
G = 40.88%
B = 24.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#9FBA6E (or 0x9FBA6E) is known color: Olivine. HEX triplet: 9F, BA and 6E. RGB value is (159,186,110). Sum of RGB (Red+Green+Blue) = 159+186+110=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA6E is #604591. Grayscale: #A9A9A9. Windows color (decimal): -6309266 or 7256735. OLE color: 7256735.

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

Color convert

RGB 159 186 110 -
CMYK 0.15 0 0.41 0.27
HSL 81.32º 0.36% 0.58% -
HSV(B) 81.32º 0.41% 0.73% -
XYZ 34.67 43.61 21.34 -
YUV 169.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 159 186 110 0.15 0 0.41 0.27 81.32 0.36 0.58
Hex 9F BA 6E F 0 29 1B 51 24 3A
Octal 237 272 156 17 0 51 33 121 44 72
Binary 10011111 10111010 1101110 1111 0 101001 11011 1010001 100100 111010

Color Harmonies of #9FBA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA6E

Black with #9FBA6E

Text Example


Text Example

White with #9FBA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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