#747700

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

Shades of Olive #747700

Tints of Olive #747700

Color information

#747700 (or 0x747700) is unknown color: approx Olive. HEX triplet: 74, 77 and 00. RGB value is (116,119,0). Sum of RGB (Red+Green+Blue) = 116+119+0=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #747700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747700 is #8B88FF. Grayscale: #696969. Windows color (decimal): -9144576 or 30580. OLE color: 30580.

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

Color convert

RGB1161190-
CMYK0.03010.53
HSL61.51º100%23.33%-
HSV(B)61.51º100%46.67%-
XYZ13.816.912.54-
YUV104.5469.01136.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.36%
G=50.64%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11611900.03010.5361.5110023.33
Hex747703064353e6417
Octal164167030144657614427
Binary1110100111011101101100100110101111110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747700; }

 p { color: rgb(116,119,0); }

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

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

 a { background-color: rgb(116,119,0); }

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

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

 span { border-color: rgb(116,119,0); }

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