#75750D

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

Shades of Olive #75750D

Tints of Olive #75750D

Color information

#75750D (or 0x75750D) is unknown color: approx Olive. HEX triplet: 75, 75 and 0D. RGB value is (117,117,13). Sum of RGB (Red+Green+Blue) = 117+117+13=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75750D is #8A8AF2. Grayscale: #696969. Windows color (decimal): -9079539 or 882037. OLE color: 882037.

HSL color Cylindrical-coordinate representation of color #75750D: hue angle of 60º 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 #75750D is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11711713-
CMYK000.890.54
HSL60º80%25.49%-
HSV(B)60º88.89%45.88%-
XYZ13.7716.532.85-
YUV105.1476136.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=47.37%
G=47.37%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711713000.890.54608025.49
Hex7575D0059363c5019
Octal1651651500131667412031
Binary111010111101011101001011001110110111100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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