#747802

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

Shades of Olive #747802

Tints of Olive #747802

Color information

#747802 (or 0x747802) is unknown color: approx Olive. HEX triplet: 74, 78 and 02. RGB value is (116,120,2). Sum of RGB (Red+Green+Blue) = 116+120+2=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #747802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747802 is #8B87FD. Grayscale: #696969. Windows color (decimal): -9144318 or 161908. OLE color: 161908.

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

Color convert

RGB1161202-
CMYK0.0300.980.53
HSL62.03º96.72%23.92%-
HSV(B)62.03º98.33%47.06%-
XYZ13.9317.152.63-
YUV105.3569.67135.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=48.74%
G=50.42%
B=0.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11612020.0300.980.5362.0396.7223.92
Hex747823062353e6118
Octal164170230142657614130
Binary11101001111000101101100010110101111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747802; }

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

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

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

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

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

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

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

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