#717C0B

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

Shades of Olive #717C0B

Tints of Olive #717C0B

Color information

#717C0B (or 0x717C0B) is unknown color: approx Olive. HEX triplet: 71, 7C and 0B. RGB value is (113,124,11). Sum of RGB (Red+Green+Blue) = 113+124+11=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #717C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C0B is #8E83F4. Grayscale: #6C6C6C. Windows color (decimal): -9339893 or 752753. OLE color: 752753.

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

Color convert

RGB11312411-
CMYK0.0900.910.51
HSL65.84º83.7%26.47%-
HSV(B)65.84º91.13%48.63%-
XYZ14.0817.953.04-
YUV107.8373.36131.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 124 (48.83% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 4.44%
R=45.56%
G=50%
B=4.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113124110.0900.910.5165.8483.726.47
Hex717CB905B3342541a
Octal161174131101336310212432
Binary1110001111110010111001010110111100111000010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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