Html Css Color HEX #82740D Olive

📋 copy color: '#82740D'

red 130 ◦ green 116 ◦ blue 13

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

Shades of Olive #82740D

Tints of Olive #82740D

RGB

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

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

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

R = 50.19%
G = 44.79%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82740D (or 0x82740D) is known color: Olive. HEX triplet: 82, 74 and 0D. RGB value is (130,116,13). Sum of RGB (Red+Green+Blue) = 130+116+13=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82740D is #7D8BF2. Grayscale: #6C6C6C. Windows color (decimal): -8227827 or 881794. OLE color: 881794.

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

Color convert

RGB 130 116 13 -
CMYK 0 0.11 0.9 0.49
HSL 52.82º 0.82% 0.28% -
HSV(B) 52.82º 0.9% 0.51% -
XYZ 15.52 17.27 2.9 -
YUV 108.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 130 116 13 0 0.11 0.9 0.49 52.82 0.82 0.28
Hex 82 74 D 0 B 5A 31 35 52 1C
Octal 202 164 15 0 13 132 61 65 122 34
Binary 10000010 1110100 1101 0 1011 1011010 110001 110101 1010010 11100

Color Harmonies of #82740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82740D

Black with #82740D

Text Example


Text Example

White with #82740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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