#747203

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

Shades of Olive #747203

Tints of Olive #747203

Color information

#747203 (or 0x747203) is unknown color: approx Olive. HEX triplet: 74, 72 and 03. RGB value is (116,114,3). Sum of RGB (Red+Green+Blue) = 116+114+3=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #747203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747203 is #8B8DFC. Grayscale: #666666. Windows color (decimal): -9145853 or 225908. OLE color: 225908.

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

Color convert

RGB1161143-
CMYK00.020.970.55
HSL58.94º94.96%23.33%-
HSV(B)58.94º97.41%45.49%-
XYZ13.2415.752.43-
YUV101.9472.16138.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=49.79%
G=48.93%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116114300.020.970.5558.9494.9623.33
Hex747230261373b5f17
Octal164162302141677313727
Binary11101001110010110101100001110111111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747203; }

 p { color: rgb(116,114,3); }

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

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

 a { background-color: rgb(116,114,3); }

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

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

 span { border-color: rgb(116,114,3); }

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