#738704

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

Shades of Olive #738704

Tints of Olive #738704

Color information

#738704 (or 0x738704) is unknown color: approx Olive. HEX triplet: 73, 87 and 04. RGB value is (115,135,4). Sum of RGB (Red+Green+Blue) = 115+135+4=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #738704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738704 is #8C78FB. Grayscale: #727272. Windows color (decimal): -9206012 or 296819. OLE color: 296819.

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

Color convert

RGB1151354-
CMYK0.1500.970.47
HSL69.16º94.24%27.25%-
HSV(B)69.16º97.04%52.94%-
XYZ15.7620.983.33-
YUV114.0965.87128.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 135 (53.12% from 255) = 53.15%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=45.28%
G=53.15%
B=1.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11513540.1500.970.4769.1694.2427.25
Hex73874F0612F455e1b
Octal16320741701415710513633
Binary1110011100001111001111011000011011111000101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738704; }

 p { color: rgb(115,135,4); }

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

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

 a { background-color: rgb(115,135,4); }

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

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

 span { border-color: rgb(115,135,4); }

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