#757704

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

Shades of Olive #757704

Tints of Olive #757704

Color information

#757704 (or 0x757704) is unknown color: approx Olive. HEX triplet: 75, 77 and 04. RGB value is (117,119,4). Sum of RGB (Red+Green+Blue) = 117+119+4=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #757704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757704 is #8A88FB. Grayscale: #696969. Windows color (decimal): -9079036 or 292725. OLE color: 292725.

HSL color Cylindrical-coordinate representation of color #757704: hue angle of 61.04º degrees, saturation: 0.93, 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 #757704 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1171194-
CMYK0.0200.970.53
HSL61.04º93.5%24.12%-
HSV(B)61.04º96.64%46.67%-
XYZ13.9516.982.66-
YUV105.2970.84136.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=48.75%
G=49.58%
B=1.67%

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
Decimal11711940.0200.970.5361.0493.524.12
Hex757742061353d5d18
Octal165167420141657513530
Binary111010111101111001001100001110101111101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757704; }

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

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

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

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

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

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

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

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