#75710B

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

Shades of Olive #75710B

Tints of Olive #75710B

Color information

#75710B (or 0x75710B) is unknown color: approx Olive. HEX triplet: 75, 71 and 0B. RGB value is (117,113,11). Sum of RGB (Red+Green+Blue) = 117+113+11=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75710B is #8A8EF4. Grayscale: #666666. Windows color (decimal): -9080565 or 749941. OLE color: 749941.

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

Color convert

RGB11711311-
CMYK00.030.910.54
HSL57.74º82.81%25.1%-
HSV(B)57.74º90.6%45.88%-
XYZ13.315.622.63-
YUV102.5776.33138.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=48.55%
G=46.89%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171131100.030.910.5457.7482.8125.1
Hex7571B035B363a5319
Octal1651611303133667212331
Binary1110101111000110110111011011110110111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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