Html Css Color HEX #82720D Olive

📋 copy color: '#82720D'

red 130 ◦ green 114 ◦ blue 13

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

Shades of Olive #82720D

Tints of Olive #82720D

RGB

 RED value IS 130 (51.17% from 255) = 50.58%

 GREEN value IS 114 (44.92% from 255) = 44.36%

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

R = 50.58%
G = 44.36%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82720D (or 0x82720D) is known color: Olive. HEX triplet: 82, 72 and 0D. RGB value is (130,114,13). Sum of RGB (Red+Green+Blue) = 130+114+13=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82720D is #7D8DF2. Grayscale: #6B6B6B. Windows color (decimal): -8228339 or 881282. OLE color: 881282.

HSL color Cylindrical-coordinate representation of color #82720D: hue angle of 51.79º 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 #82720D is Cyan = 0, Magento = 0.12, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 13 -
CMYK 0 0.12 0.9 0.49
HSL 51.79º 0.82% 0.28% -
HSV(B) 51.79º 0.9% 0.51% -
XYZ 15.3 16.81 2.82 -
YUV 107.27 74.8 144.21 -
System Red Green Blue C M Y K H S L
Decimal 130 114 13 0 0.12 0.9 0.49 51.79 0.82 0.28
Hex 82 72 D 0 C 5A 31 34 52 1C
Octal 202 162 15 0 14 132 61 64 122 34
Binary 10000010 1110010 1101 0 1100 1011010 110001 110100 1010010 11100

Color Harmonies of #82720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82720D

Black with #82720D

Text Example


Text Example

White with #82720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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