#747202

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

Shades of Olive #747202

Tints of Olive #747202

Color information

#747202 (or 0x747202) is unknown color: approx Olive. HEX triplet: 74, 72 and 02. RGB value is (116,114,2). Sum of RGB (Red+Green+Blue) = 116+114+2=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #747202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747202 is #8B8DFD. Grayscale: #666666. Windows color (decimal): -9145854 or 160372. OLE color: 160372.

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

Color convert

RGB1161142-
CMYK00.020.980.55
HSL58.95º96.61%23.14%-
HSV(B)58.95º98.28%45.49%-
XYZ13.2315.752.4-
YUV101.8371.66138.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=50%
G=49.14%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116114200.020.980.5558.9596.6123.14
Hex747220262373b6117
Octal164162202142677314127
Binary11101001110010100101100010110111111011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747202; }

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

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

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

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

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

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

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

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