Html Css Color HEX #9FBC7D Olivine

📋 copy color: '#9FBC7D'

red 159 ◦ green 188 ◦ blue 125

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

Shades of Olivine #9FBC7D

Tints of Olivine #9FBC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 33.69%
G = 39.83%
B = 26.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#9FBC7D (or 0x9FBC7D) is known color: Olivine. HEX triplet: 9F, BC and 7D. RGB value is (159,188,125). Sum of RGB (Red+Green+Blue) = 159+188+125=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC7D is #604382. Grayscale: #ACACAC. Windows color (decimal): -6308739 or 8240287. OLE color: 8240287.

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

Color convert

RGB 159 188 125 -
CMYK 0.15 0 0.34 0.26
HSL 87.62º 0.32% 0.61% -
HSV(B) 87.62º 0.34% 0.74% -
XYZ 35.98 44.82 26.16 -
YUV 172.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 159 188 125 0.15 0 0.34 0.26 87.62 0.32 0.61
Hex 9F BC 7D F 0 22 1A 58 20 3D
Octal 237 274 175 17 0 42 32 130 40 75
Binary 10011111 10111100 1111101 1111 0 100010 11010 1011000 100000 111101

Color Harmonies of #9FBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC7D

Black with #9FBC7D

Text Example


Text Example

White with #9FBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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