Html Css Color HEX #73740D Olive

📋 copy color: '#73740D'

red 115 ◦ green 116 ◦ blue 13

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

Shades of Olive #73740D

Tints of Olive #73740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.54%

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

R = 47.13%
G = 47.54%
B = 5.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73740D (or 0x73740D) is known color: Olive. HEX triplet: 73, 74 and 0D. RGB value is (115,116,13). Sum of RGB (Red+Green+Blue) = 115+116+13=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #73740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73740D is #8C8BF2. Grayscale: #686868. Windows color (decimal): -9210867 or 881779. OLE color: 881779.

HSL color Cylindrical-coordinate representation of color #73740D: hue angle of 60.58º 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 #73740D is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 116 13 -
CMYK 0.01 0 0.89 0.55
HSL 60.58º 0.8% 0.25% -
HSV(B) 60.58º 0.89% 0.45% -
XYZ 13.39 16.16 2.8 -
YUV 103.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 115 116 13 0.01 0 0.89 0.55 60.58 0.8 0.25
Hex 73 74 D 1 0 59 37 3D 50 19
Octal 163 164 15 1 0 131 67 75 120 31
Binary 1110011 1110100 1101 1 0 1011001 110111 111101 1010000 11001

Color Harmonies of #73740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73740D

Black with #73740D

Text Example


Text Example

White with #73740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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