Html Css Color HEX #73864B Finch

📋 copy color: '#73864B'

red 115 ◦ green 134 ◦ blue 75

#73864B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #73864B

Tints of Finch #73864B

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 value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#73864B (or 0x73864B) is known color: 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

RGB 115 134 75 -
CMYK 0.14 0 0.44 0.47
HSL 79.32º 0.28% 0.41% -
HSV(B) 79.32º 0.44% 0.53% -
XYZ 16.87 21.2 9.86 -
YUV 121.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 115 134 75 0.14 0 0.44 0.47 79.32 0.28 0.41
Hex 73 86 4B E 0 2C 2F 4F 1C 29
Octal 163 206 113 16 0 54 57 117 34 51
Binary 1110011 10000110 1001011 1110 0 101100 101111 1001111 11100 101001

Color Harmonies of #73864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73864B

Black with #73864B

Text Example


Text Example

White with #73864B

Text Example


Text Example

HTML Codes & Css Web 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>