#749204

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

Shades of Olive #749204

Tints of Olive #749204

Color information

#749204 (or 0x749204) is unknown color: approx Olive. HEX triplet: 74, 92 and 04. RGB value is (116,146,4). Sum of RGB (Red+Green+Blue) = 116+146+4=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #749204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749204 is #8B6DFB. Grayscale: #797979. Windows color (decimal): -9137660 or 299636. OLE color: 299636.

HSL color Cylindrical-coordinate representation of color #749204: hue angle of 72.68º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #749204 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1161464-
CMYK0.2100.970.43
HSL72.68º94.67%29.41%-
HSV(B)72.68º97.26%57.25%-
XYZ17.524.283.88-
YUV120.8462.06124.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=43.61%
G=54.89%
B=1.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11614640.2100.970.4372.6894.6729.41
Hex74924150612B495f1d
Octal16422242501415311113735
Binary11101001001001010010101011000011010111001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749204; }

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

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

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

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

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

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

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

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