Html Css Color HEX #9FBA6C Olivine

📋 copy color: '#9FBA6C'

red 159 ◦ green 186 ◦ blue 108

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

Shades of Olivine #9FBA6C

Tints of Olivine #9FBA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 35.1%
G = 41.06%
B = 23.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#9FBA6C (or 0x9FBA6C) is known color: Olivine. HEX triplet: 9F, BA and 6C. RGB value is (159,186,108). Sum of RGB (Red+Green+Blue) = 159+186+108=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA6C is #604593. Grayscale: #A9A9A9. Windows color (decimal): -6309268 or 7125663. OLE color: 7125663.

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

Color convert

RGB 159 186 108 -
CMYK 0.15 0 0.42 0.27
HSL 80.77º 0.36% 0.58% -
HSV(B) 80.77º 0.42% 0.73% -
XYZ 34.56 43.57 20.78 -
YUV 169.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 159 186 108 0.15 0 0.42 0.27 80.77 0.36 0.58
Hex 9F BA 6C F 0 2A 1B 51 24 3A
Octal 237 272 154 17 0 52 33 121 44 72
Binary 10011111 10111010 1101100 1111 0 101010 11011 1010001 100100 111010

Color Harmonies of #9FBA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA6C

Black with #9FBA6C

Text Example


Text Example

White with #9FBA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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