#73751A

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

Shades of Olivetone #73751A

Tints of Olivetone #73751A

Color information

#73751A (or 0x73751A) is unknown color: approx Olivetone. HEX triplet: 73, 75 and 1A. RGB value is (115,117,26). Sum of RGB (Red+Green+Blue) = 115+117+26=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #73751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73751A is #8C8AE5. Grayscale: #6A6A6A. Windows color (decimal): -9210598 or 1734003. OLE color: 1734003.

HSL color Cylindrical-coordinate representation of color #73751A: hue angle of 61.32º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73751A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11511726-
CMYK0.0200.780.54
HSL61.32º63.64%28.04%-
HSV(B)61.32º77.78%45.88%-
XYZ13.6216.443.43-
YUV106.0382.84134.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=44.57%
G=45.35%
B=10.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115117260.0200.780.5461.3263.6428.04
Hex73751A204E363d401c
Octal1631653220116667510034
Binary11100111110101110101001001110110110111101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73751A; }

 p { color: rgb(115,117,26); }

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

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

 a { background-color: rgb(115,117,26); }

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

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

 span { border-color: rgb(115,117,26); }

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