#74761D

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

Shades of Olivetone #74761D

Tints of Olivetone #74761D

Color information

#74761D (or 0x74761D) is unknown color: approx Olivetone. HEX triplet: 74, 76 and 1D. RGB value is (116,118,29). Sum of RGB (Red+Green+Blue) = 116+118+29=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #74761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74761D is #8B89E2. Grayscale: #6B6B6B. Windows color (decimal): -9144803 or 1930868. OLE color: 1930868.

HSL color Cylindrical-coordinate representation of color #74761D: hue angle of 61.35º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74761D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11611829-
CMYK0.0200.750.54
HSL61.35º60.54%28.82%-
HSV(B)61.35º75.42%46.27%-
XYZ13.916.763.66-
YUV107.2683.84134.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=44.11%
G=44.87%
B=11.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118290.0200.750.5461.3560.5428.82
Hex74761D204B363d3d1d
Octal164166352011366757535
Binary1110100111011011101100100101111011011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74761D; }

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

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

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

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

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

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

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

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