Html Css Color HEX #9FBC7E Olivine

📋 copy color: '#9FBC7E'

red 159 ◦ green 188 ◦ blue 126

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

Shades of Olivine #9FBC7E

Tints of Olivine #9FBC7E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 33.62%
G = 39.75%
B = 26.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#9FBC7E (or 0x9FBC7E) is known color: Olivine. HEX triplet: 9F, BC and 7E. RGB value is (159,188,126). Sum of RGB (Red+Green+Blue) = 159+188+126=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC7E is #604381. Grayscale: #ACACAC. Windows color (decimal): -6308738 or 8305823. OLE color: 8305823.

HSL color Cylindrical-coordinate representation of color #9FBC7E: hue angle of 88.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBC7E is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 126 -
CMYK 0.15 0 0.33 0.26
HSL 88.06º 0.32% 0.62% -
HSV(B) 88.06º 0.33% 0.74% -
XYZ 36.05 44.84 26.49 -
YUV 172.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 159 188 126 0.15 0 0.33 0.26 88.06 0.32 0.62
Hex 9F BC 7E F 0 21 1A 58 20 3E
Octal 237 274 176 17 0 41 32 130 40 76
Binary 10011111 10111100 1111110 1111 0 100001 11010 1011000 100000 111110

Color Harmonies of #9FBC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC7E

Black with #9FBC7E

Text Example


Text Example

White with #9FBC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,126); }

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

background-color css

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

 a { background-color: rgb(159,188,126); }

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

border-color css

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

 span { border-color: rgb(159,188,126); }

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