Html Css Color HEX #9FBA66 Olivine

📋 copy color: '#9FBA66'

red 159 ◦ green 186 ◦ blue 102

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

Shades of Olivine #9FBA66

Tints of Olivine #9FBA66

RGB

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

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

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

R = 35.57%
G = 41.61%
B = 22.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#9FBA66 (or 0x9FBA66) is known color: Olivine. HEX triplet: 9F, BA and 66. RGB value is (159,186,102). Sum of RGB (Red+Green+Blue) = 159+186+102=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA66 is #604599. Grayscale: #A8A8A8. Windows color (decimal): -6309274 or 6732447. OLE color: 6732447.

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

Color convert

RGB 159 186 102 -
CMYK 0.15 0 0.45 0.27
HSL 79.29º 0.38% 0.56% -
HSV(B) 79.29º 0.45% 0.73% -
XYZ 34.26 43.45 19.15 -
YUV 168.35 90.55 121.33 -
System Red Green Blue C M Y K H S L
Decimal 159 186 102 0.15 0 0.45 0.27 79.29 0.38 0.56
Hex 9F BA 66 F 0 2D 1B 4F 26 38
Octal 237 272 146 17 0 55 33 117 46 70
Binary 10011111 10111010 1100110 1111 0 101101 11011 1001111 100110 111000

Color Harmonies of #9FBA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA66

Black with #9FBA66

Text Example


Text Example

White with #9FBA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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