#73864B

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

Shades of Finch #73864B

Tints of Finch #73864B

Color information

#73864B (or 0x73864B) is unknown color: approx Finch. HEX triplet: 73, 86 and 4B. RGB value is (115,134,75). Sum of RGB (Red+Green+Blue) = 115+134+75=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #73864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73864B is #8C79B4. Grayscale: #797979. Windows color (decimal): -9206197 or 4949619. OLE color: 4949619.

HSL color Cylindrical-coordinate representation of color #73864B: hue angle of 79.32º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73864B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB11513475-
CMYK0.1400.440.47
HSL79.32º28.23%40.98%-
HSV(B)79.32º44.03%52.55%-
XYZ16.8721.29.86-
YUV121.59101.71123.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=35.49%
G=41.36%
B=23.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115134750.1400.440.4779.3228.2340.98
Hex73864BE02C2F4f1c29
Octal16320611316054571173451
Binary111001110000110100101111100101100101111100111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73864B; }

 p { color: rgb(115,134,75); }

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

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

 a { background-color: rgb(115,134,75); }

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

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

 span { border-color: rgb(115,134,75); }

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