#73761E

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

Shades of Olivetone #73761E

Tints of Olivetone #73761E

Color information

#73761E (or 0x73761E) is unknown color: approx Olivetone. HEX triplet: 73, 76 and 1E. RGB value is (115,118,30). Sum of RGB (Red+Green+Blue) = 115+118+30=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #73761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73761E is #8C89E1. Grayscale: #6B6B6B. Windows color (decimal): -9210338 or 1996403. OLE color: 1996403.

HSL color Cylindrical-coordinate representation of color #73761E: hue angle of 62.05º degrees, saturation: 0.59, 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 #73761E is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11511830-
CMYK0.0300.750.54
HSL62.05º59.46%29.02%-
HSV(B)62.05º74.58%46.27%-
XYZ13.7816.73.72-
YUV107.0784.51133.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=43.73%
G=44.87%
B=11.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118300.0300.750.5462.0559.4629.02
Hex73761E304B363e3b1d
Octal163166363011366767335
Binary1110011111011011110110100101111011011111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73761E; }

 p { color: rgb(115,118,30); }

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

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

 a { background-color: rgb(115,118,30); }

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

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

 span { border-color: rgb(115,118,30); }

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