Html Css Color HEX #73700D Olive

📋 copy color: '#73700D'

red 115 ◦ green 112 ◦ blue 13

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

Shades of Olive #73700D

Tints of Olive #73700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 47.92%
G = 46.67%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73700D (or 0x73700D) is known color: Olive. HEX triplet: 73, 70 and 0D. RGB value is (115,112,13). Sum of RGB (Red+Green+Blue) = 115+112+13=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73700D is #8C8FF2. Grayscale: #666666. Windows color (decimal): -9211891 or 880755. OLE color: 880755.

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

Color convert

RGB 115 112 13 -
CMYK 0 0.03 0.89 0.55
HSL 58.24º 0.8% 0.25% -
HSV(B) 58.24º 0.89% 0.45% -
XYZ 12.94 15.26 2.64 -
YUV 101.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 115 112 13 0 0.03 0.89 0.55 58.24 0.8 0.25
Hex 73 70 D 0 3 59 37 3A 50 19
Octal 163 160 15 0 3 131 67 72 120 31
Binary 1110011 1110000 1101 0 11 1011001 110111 111010 1010000 11001

Color Harmonies of #73700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73700D

Black with #73700D

Text Example


Text Example

White with #73700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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