#717105

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

Shades of Olive #717105

Tints of Olive #717105

Color information

#717105 (or 0x717105) is unknown color: approx Olive. HEX triplet: 71, 71 and 05. RGB value is (113,113,5). Sum of RGB (Red+Green+Blue) = 113+113+5=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717105 is #8E8EFA. Grayscale: #656565. Windows color (decimal): -9342715 or 356721. OLE color: 356721.

HSL color Cylindrical-coordinate representation of color #717105: hue angle of 60º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #717105 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB1131135-
CMYK000.960.56
HSL60º91.53%23.14%-
HSV(B)60º95.58%44.31%-
XYZ12.7415.332.43-
YUV100.6974136.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=48.92%
G=48.92%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131135000.960.566091.5323.14
Hex717150060383c5c17
Octal161161500140707413427
Binary11100011110001101001100000111000111100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717105; }

 p { color: rgb(113,113,5); }

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

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

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

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

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

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

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