Html Css Color HEX #73701D Olivetone

📋 copy color: '#73701D'

red 115 ◦ green 112 ◦ blue 29

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

Shades of Olivetone #73701D

Tints of Olivetone #73701D

RGB

 RED value IS 115 (45.31% from 255) = 44.92%

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 44.92%
G = 43.75%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73701D (or 0x73701D) is known color: Olivetone. HEX triplet: 73, 70 and 1D. RGB value is (115,112,29). Sum of RGB (Red+Green+Blue) = 115+112+29=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73701D is #8C8FE2. Grayscale: #676767. Windows color (decimal): -9211875 or 1929331. OLE color: 1929331.

HSL color Cylindrical-coordinate representation of color #73701D: hue angle of 57.91º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73701D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 112 29 -
CMYK 0 0.03 0.75 0.55
HSL 57.91º 0.6% 0.28% -
HSV(B) 57.91º 0.75% 0.45% -
XYZ 13.09 15.32 3.43 -
YUV 103.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 115 112 29 0 0.03 0.75 0.55 57.91 0.6 0.28
Hex 73 70 1D 0 3 4B 37 3A 3C 1C
Octal 163 160 35 0 3 113 67 72 74 34
Binary 1110011 1110000 11101 0 11 1001011 110111 111010 111100 11100

Color Harmonies of #73701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73701D

Black with #73701D

Text Example


Text Example

White with #73701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,112,29); }

 H1.HeaderClassName
 {
   color: #73701D;
 }
 .AnyTagClassName
 {
   color: #73701D;
 }
</style>

background-color css

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

 a { background-color: rgb(115,112,29); }

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

border-color css

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

 span { border-color: rgb(115,112,29); }

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