Html Css Color HEX #73820D Olive

📋 copy color: '#73820D'

red 115 ◦ green 130 ◦ blue 13

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

Shades of Olive #73820D

Tints of Olive #73820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.39%

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

R = 44.57%
G = 50.39%
B = 5.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#73820D (or 0x73820D) is known color: Olive. HEX triplet: 73, 82 and 0D. RGB value is (115,130,13). Sum of RGB (Red+Green+Blue) = 115+130+13=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #73820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73820D is #8C7DF2. Grayscale: #707070. Windows color (decimal): -9207283 or 885363. OLE color: 885363.

HSL color Cylindrical-coordinate representation of color #73820D: hue angle of 67.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73820D is Cyan = 0.12, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 13 -
CMYK 0.12 0 0.9 0.49
HSL 67.69º 0.82% 0.28% -
HSV(B) 67.69º 0.9% 0.51% -
XYZ 15.13 19.64 3.37 -
YUV 112.18 72.03 130.01 -
System Red Green Blue C M Y K H S L
Decimal 115 130 13 0.12 0 0.9 0.49 67.69 0.82 0.28
Hex 73 82 D C 0 5A 31 44 52 1C
Octal 163 202 15 14 0 132 61 104 122 34
Binary 1110011 10000010 1101 1100 0 1011010 110001 1000100 1010010 11100

Color Harmonies of #73820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73820D

Black with #73820D

Text Example


Text Example

White with #73820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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