#717C0F

Color #717C0F Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #717C0F

Tints of Olive #717C0F

Color information

#717C0F (or 0x717C0F) is unknown color: approx Olive. HEX triplet: 71, 7C and 0F. RGB value is (113,124,15). Sum of RGB (Red+Green+Blue) = 113+124+15=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #717C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C0F is #8E83F0. Grayscale: #6C6C6C. Windows color (decimal): -9339889 or 1014897. OLE color: 1014897.

HSL color Cylindrical-coordinate representation of color #717C0F: hue angle of 66.06º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #717C0F is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB11312415-
CMYK0.0900.880.51
HSL66.06º78.42%27.25%-
HSV(B)66.06º87.9%48.63%-
XYZ14.117.963.18-
YUV108.2875.36131.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 124 (48.83% from 255) = 49.21%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=44.84%
G=49.21%
B=5.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113124150.0900.880.5166.0678.4227.25
Hex717CF905833424e1b
Octal161174171101306310211633
Binary1110001111110011111001010110001100111000010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717C0F; }

 p { color: rgb(113,124,15); }

 H1.HeaderClassName
 {
   color: #717C0F;
 }
 .AnyTagClassName
 {
   color: #717C0F;
 }
</style>
background-color css

<style>
 a { background-color: #717C0F; }

 a { background-color: rgb(113,124,15); }

 div.DivClassName
 {
   background-color: #717C0F;
 }
 .BgClassName
 {
   background-color: #717C0F;
 }
</style>
border-color css

<style>
 span { border-color: #717C0F; }

 span { border-color: rgb(113,124,15); }

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