Html Css Color HEX #82810D Olive

📋 copy color: '#82810D'

red 130 ◦ green 129 ◦ blue 13

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

Shades of Olive #82810D

Tints of Olive #82810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.43%

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

R = 47.79%
G = 47.43%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82810D (or 0x82810D) is known color: Olive. HEX triplet: 82, 81 and 0D. RGB value is (130,129,13). Sum of RGB (Red+Green+Blue) = 130+129+13=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82810D is #7D7EF2. Grayscale: #747474. Windows color (decimal): -8224499 or 885122. OLE color: 885122.

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

Color convert

RGB 130 129 13 -
CMYK 0 0.01 0.9 0.49
HSL 59.49º 0.82% 0.28% -
HSV(B) 59.49º 0.9% 0.51% -
XYZ 17.13 20.48 3.43 -
YUV 116.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 130 129 13 0 0.01 0.9 0.49 59.49 0.82 0.28
Hex 82 81 D 0 1 5A 31 3B 52 1C
Octal 202 201 15 0 1 132 61 73 122 34
Binary 10000010 10000001 1101 0 1 1011010 110001 111011 1010010 11100

Color Harmonies of #82810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82810D

Black with #82810D

Text Example


Text Example

White with #82810D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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