#747717

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

Shades of Olivetone #747717

Tints of Olivetone #747717

Color information

#747717 (or 0x747717) is unknown color: approx Olivetone. HEX triplet: 74, 77 and 17. RGB value is (116,119,23). Sum of RGB (Red+Green+Blue) = 116+119+23=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #747717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747717 is #8B88E8. Grayscale: #6B6B6B. Windows color (decimal): -9144553 or 1537908. OLE color: 1537908.

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

Color convert

RGB11611923-
CMYK0.0300.810.53
HSL61.88º67.61%27.84%-
HSV(B)61.88º80.67%46.67%-
XYZ13.9516.973.35-
YUV107.1680.51134.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 23 (9.38% from 255) = 8.91%
R=44.96%
G=46.12%
B=8.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119230.0300.810.5361.8867.6127.84
Hex7477173051353e441c
Octal1641672730121657610434
Binary11101001110111101111101010001110101111110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747717; }

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

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

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

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

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

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

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

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