#756703

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

Shades of Olive #756703

Tints of Olive #756703

Color information

#756703 (or 0x756703) is unknown color: approx Olive. HEX triplet: 75, 67 and 03. RGB value is (117,103,3). Sum of RGB (Red+Green+Blue) = 117+103+3=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #756703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756703 is #8A98FC. Grayscale: #606060. Windows color (decimal): -9083133 or 223093. OLE color: 223093.

HSL color Cylindrical-coordinate representation of color #756703: hue angle of 52.63º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #756703 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1171033-
CMYK00.120.970.54
HSL52.63º95%23.53%-
HSV(B)52.63º97.44%45.88%-
XYZ12.213.492.05-
YUV95.7975.64143.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 103 (40.62% from 255) = 46.19%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=52.47%
G=46.19%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117103300.120.970.5452.639523.53
Hex756730C6136355f18
Octal1651473014141666513730
Binary1110101110011111011001100001110110110101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756703; }

 p { color: rgb(117,103,3); }

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

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

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

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

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

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

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