#747714

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

Shades of Olivetone #747714

Tints of Olivetone #747714

Color information

#747714 (or 0x747714) is unknown color: approx Olivetone. HEX triplet: 74, 77 and 14. RGB value is (116,119,20). Sum of RGB (Red+Green+Blue) = 116+119+20=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #747714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747714 is #8B88EB. Grayscale: #6B6B6B. Windows color (decimal): -9144556 or 1341300. OLE color: 1341300.

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

Color convert

RGB11611920-
CMYK0.0300.830.53
HSL61.82º71.22%27.25%-
HSV(B)61.82º83.19%46.67%-
XYZ13.9316.963.2-
YUV106.8279.01134.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=45.49%
G=46.67%
B=7.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119200.0300.830.5361.8271.2227.25
Hex7477143053353e471b
Octal1641672430123657610733
Binary11101001110111101001101010011110101111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747714; }

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

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

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

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

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

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

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

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