#748804

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

Shades of Olive #748804

Tints of Olive #748804

Color information

#748804 (or 0x748804) is unknown color: approx Olive. HEX triplet: 74, 88 and 04. RGB value is (116,136,4). Sum of RGB (Red+Green+Blue) = 116+136+4=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #748804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748804 is #8B77FB. Grayscale: #737373. Windows color (decimal): -9140220 or 297076. OLE color: 297076.

HSL color Cylindrical-coordinate representation of color #748804: hue angle of 69.09º 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 #748804 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB1161364-
CMYK0.1500.970.47
HSL69.09º94.29%27.45%-
HSV(B)69.09º97.06%53.33%-
XYZ16.0321.333.39-
YUV114.9765.37128.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=45.31%
G=53.12%
B=1.56%

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
Decimal11613640.1500.970.4769.0994.2927.45
Hex74884F0612F455e1b
Octal16421041701415710513633
Binary1110100100010001001111011000011011111000101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748804; }

 p { color: rgb(116,136,4); }

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

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

 a { background-color: rgb(116,136,4); }

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

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

 span { border-color: rgb(116,136,4); }

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