Html Css Color HEX #80730D Olive

📋 copy color: '#80730D'

red 128 ◦ green 115 ◦ blue 13

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

Shades of Olive #80730D

Tints of Olive #80730D

RGB

 RED value IS 128 (50.39% from 255) = 50%

 GREEN value IS 115 (45.31% from 255) = 44.92%

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

R = 50%
G = 44.92%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80730D (or 0x80730D) is known color: Olive. HEX triplet: 80, 73 and 0D. RGB value is (128,115,13). Sum of RGB (Red+Green+Blue) = 128+115+13=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80730D is #7F8CF2. Grayscale: #6B6B6B. Windows color (decimal): -8359155 or 881536. OLE color: 881536.

HSL color Cylindrical-coordinate representation of color #80730D: hue angle of 53.22º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80730D is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 13 -
CMYK 0 0.10 0.90 0.50
HSL 53.22º 0.82% 0.28% -
HSV(B) 53.22º 0.9% 0.5% -
XYZ 15.11 16.88 2.84 -
YUV 107.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 128 115 13 0 0.10 0.90 0.50 53.22 0.82 0.28
Hex 80 73 D 0 A 5A 32 35 52 1C
Octal 200 163 15 0 12 132 62 65 122 34
Binary 10000000 1110011 1101 0 1010 1011010 110010 110101 1010010 11100

Color Harmonies of #80730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80730D

Black with #80730D

Text Example


Text Example

White with #80730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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