Html Css Color HEX #73701F Olivetone

📋 copy color: '#73701F'

red 115 ◦ green 112 ◦ blue 31

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

Shades of Olivetone #73701F

Tints of Olivetone #73701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 44.57%
G = 43.41%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73701F (or 0x73701F) is known color: Olivetone. HEX triplet: 73, 70 and 1F. RGB value is (115,112,31). Sum of RGB (Red+Green+Blue) = 115+112+31=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73701F is #8C8FE0. Grayscale: #676767. Windows color (decimal): -9211873 or 2060403. OLE color: 2060403.

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

Color convert

RGB 115 112 31 -
CMYK 0 0.03 0.73 0.55
HSL 57.86º 0.58% 0.29% -
HSV(B) 57.86º 0.73% 0.45% -
XYZ 13.11 15.33 3.56 -
YUV 103.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 115 112 31 0 0.03 0.73 0.55 57.86 0.58 0.29
Hex 73 70 1F 0 3 49 37 3A 3A 1D
Octal 163 160 37 0 3 111 67 72 72 35
Binary 1110011 1110000 11111 0 11 1001001 110111 111010 111010 11101

Color Harmonies of #73701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73701F

Black with #73701F

Text Example


Text Example

White with #73701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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