#747713

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

Shades of Olivetone #747713

Tints of Olivetone #747713

Color information

#747713 (or 0x747713) is unknown color: approx Olivetone. HEX triplet: 74, 77 and 13. RGB value is (116,119,19). Sum of RGB (Red+Green+Blue) = 116+119+19=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #747713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747713 is #8B88EC. Grayscale: #6B6B6B. Windows color (decimal): -9144557 or 1275764. OLE color: 1275764.

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

Color convert

RGB11611919-
CMYK0.0300.840.53
HSL61.8º72.46%27.06%-
HSV(B)61.8º84.03%46.67%-
XYZ13.9216.953.15-
YUV106.778.51134.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=45.67%
G=46.85%
B=7.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119190.0300.840.5361.872.4627.06
Hex7477133054353e481b
Octal1641672330124657611033
Binary11101001110111100111101010100110101111110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747713; }

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

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

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

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

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

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

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

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