#757703

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

Shades of Olive #757703

Tints of Olive #757703

Color information

#757703 (or 0x757703) is unknown color: approx Olive. HEX triplet: 75, 77 and 03. RGB value is (117,119,3). Sum of RGB (Red+Green+Blue) = 117+119+3=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #757703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757703 is #8A88FC. Grayscale: #696969. Windows color (decimal): -9079037 or 227189. OLE color: 227189.

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

Color convert

RGB1171193-
CMYK0.0200.970.53
HSL61.03º95.08%23.92%-
HSV(B)61.03º97.48%46.67%-
XYZ13.9516.982.63-
YUV105.1870.34136.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=48.95%
G=49.79%
B=1.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11711930.0200.970.5361.0395.0823.92
Hex757732061353d5f18
Octal165167320141657513730
Binary11101011110111111001100001110101111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757703; }

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

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

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

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

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

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

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

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