#75710D

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

Shades of Olive #75710D

Tints of Olive #75710D

Color information

#75710D (or 0x75710D) is unknown color: approx Olive. HEX triplet: 75, 71 and 0D. RGB value is (117,113,13). Sum of RGB (Red+Green+Blue) = 117+113+13=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75710D is #8A8EF2. Grayscale: #676767. Windows color (decimal): -9080563 or 881013. OLE color: 881013.

HSL color Cylindrical-coordinate representation of color #75710D: hue angle of 57.69º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75710D is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11711313-
CMYK00.030.890.54
HSL57.69º80%25.49%-
HSV(B)57.69º88.89%45.88%-
XYZ13.3115.622.69-
YUV102.877.33138.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=48.15%
G=46.50%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171131300.030.890.5457.698025.49
Hex7571D0359363a5019
Octal1651611503131667212031
Binary1110101111000111010111011001110110111010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75710D; }

 p { color: rgb(117,113,13); }

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

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

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

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

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

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

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