Html Css Color HEX #9FBA7F Olivine

📋 copy color: '#9FBA7F'

red 159 ◦ green 186 ◦ blue 127

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

Shades of Olivine #9FBA7F

Tints of Olivine #9FBA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.91%

R = 33.69%
G = 39.41%
B = 26.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#9FBA7F (or 0x9FBA7F) is known color: Olivine. HEX triplet: 9F, BA and 7F. RGB value is (159,186,127). Sum of RGB (Red+Green+Blue) = 159+186+127=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA7F is #604580. Grayscale: #ABABAB. Windows color (decimal): -6309249 or 8370847. OLE color: 8370847.

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

Color convert

RGB 159 186 127 -
CMYK 0.15 0 0.32 0.27
HSL 87.46º 0.3% 0.61% -
HSV(B) 87.46º 0.32% 0.73% -
XYZ 35.69 44.02 26.69 -
YUV 171.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 159 186 127 0.15 0 0.32 0.27 87.46 0.3 0.61
Hex 9F BA 7F F 0 20 1B 57 1E 3D
Octal 237 272 177 17 0 40 33 127 36 75
Binary 10011111 10111010 1111111 1111 0 100000 11011 1010111 11110 111101

Color Harmonies of #9FBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA7F

Black with #9FBA7F

Text Example


Text Example

White with #9FBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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