Html Css Color HEX #9FB86B Olivine

📋 copy color: '#9FB86B'

red 159 ◦ green 184 ◦ blue 107

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

Shades of Olivine #9FB86B

Tints of Olivine #9FB86B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 35.33%
G = 40.89%
B = 23.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#9FB86B (or 0x9FB86B) is known color: Olivine. HEX triplet: 9F, B8 and 6B. RGB value is (159,184,107). Sum of RGB (Red+Green+Blue) = 159+184+107=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB86B is #604794. Grayscale: #A8A8A8. Windows color (decimal): -6309781 or 7059615. OLE color: 7059615.

HSL color Cylindrical-coordinate representation of color #9FB86B: hue angle of 79.48º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FB86B is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 184 107 -
CMYK 0.14 0 0.42 0.28
HSL 79.48º 0.35% 0.57% -
HSV(B) 79.48º 0.42% 0.72% -
XYZ 34.09 42.71 20.36 -
YUV 167.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 159 184 107 0.14 0 0.42 0.28 79.48 0.35 0.57
Hex 9F B8 6B E 0 2A 1C 4F 23 39
Octal 237 270 153 16 0 52 34 117 43 71
Binary 10011111 10111000 1101011 1110 0 101010 11100 1001111 100011 111001

Color Harmonies of #9FB86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB86B

Black with #9FB86B

Text Example


Text Example

White with #9FB86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,184,107); }

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

background-color css

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

 a { background-color: rgb(159,184,107); }

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

border-color css

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

 span { border-color: rgb(159,184,107); }

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