#75700A

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

Shades of Olive #75700A

Tints of Olive #75700A

Color information

#75700A (or 0x75700A) is unknown color: approx Olive. HEX triplet: 75, 70 and 0A. RGB value is (117,112,10). Sum of RGB (Red+Green+Blue) = 117+112+10=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #75700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75700A is #8A8FF5. Grayscale: #666666. Windows color (decimal): -9080822 or 684149. OLE color: 684149.

HSL color Cylindrical-coordinate representation of color #75700A: hue angle of 57.2º degrees, saturation: 0.84, 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 #75700A is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB11711210-
CMYK00.040.910.54
HSL57.2º84.25%24.9%-
HSV(B)57.2º91.45%45.88%-
XYZ13.1915.392.56-
YUV101.8776.16138.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 112 (44.14% from 255) = 46.86%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=48.95%
G=46.86%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171121000.040.910.5457.284.2524.9
Hex7570A045B36395419
Octal1651601204133667112431
Binary11101011110000101001001011011110110111001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75700A; }

 p { color: rgb(117,112,10); }

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

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

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

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

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

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

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