#747613

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

Shades of Olivetone #747613

Tints of Olivetone #747613

Color information

#747613 (or 0x747613) is unknown color: approx Olivetone. HEX triplet: 74, 76 and 13. RGB value is (116,118,19). Sum of RGB (Red+Green+Blue) = 116+118+19=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #747613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747613 is #8B89EC. Grayscale: #6A6A6A. Windows color (decimal): -9144813 or 1275508. OLE color: 1275508.

HSL color Cylindrical-coordinate representation of color #747613: hue angle of 61.21º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #747613 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB11611819-
CMYK0.0200.840.54
HSL61.21º72.26%26.86%-
HSV(B)61.21º83.9%46.27%-
XYZ13.816.723.12-
YUV106.1278.84135.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=45.85%
G=46.64%
B=7.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118190.0200.840.5461.2172.2626.86
Hex7476132054363d481b
Octal1641662320124667511033
Binary11101001110110100111001010100110110111101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747613; }

 p { color: rgb(116,118,19); }

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

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

 a { background-color: rgb(116,118,19); }

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

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

 span { border-color: rgb(116,118,19); }

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