Html Css Color HEX #73700F Olivetone

📋 copy color: '#73700F'

red 115 ◦ green 112 ◦ blue 15

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

Shades of Olivetone #73700F

Tints of Olivetone #73700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 47.52%
G = 46.28%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73700F (or 0x73700F) is known color: Olivetone. HEX triplet: 73, 70 and 0F. RGB value is (115,112,15). Sum of RGB (Red+Green+Blue) = 115+112+15=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73700F is #8C8FF0. Grayscale: #666666. Windows color (decimal): -9211889 or 1011827. OLE color: 1011827.

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

Color convert

RGB 115 112 15 -
CMYK 0 0.03 0.87 0.55
HSL 58.2º 0.77% 0.25% -
HSV(B) 58.2º 0.87% 0.45% -
XYZ 12.95 15.27 2.72 -
YUV 101.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 115 112 15 0 0.03 0.87 0.55 58.2 0.77 0.25
Hex 73 70 F 0 3 57 37 3A 4D 19
Octal 163 160 17 0 3 127 67 72 115 31
Binary 1110011 1110000 1111 0 11 1010111 110111 111010 1001101 11001

Color Harmonies of #73700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73700F

Black with #73700F

Text Example


Text Example

White with #73700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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