Html Css Color HEX #82700A Olive

📋 copy color: '#82700A'

red 130 ◦ green 112 ◦ blue 10

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

Shades of Olive #82700A

Tints of Olive #82700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 51.59%
G = 44.44%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82700A (or 0x82700A) is known color: Olive. HEX triplet: 82, 70 and 0A. RGB value is (130,112,10). Sum of RGB (Red+Green+Blue) = 130+112+10=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #82700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82700A is #7D8FF5. Grayscale: #6A6A6A. Windows color (decimal): -8228854 or 684162. OLE color: 684162.

HSL color Cylindrical-coordinate representation of color #82700A: hue angle of 51º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82700A is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 10 -
CMYK 0 0.14 0.92 0.49
HSL 51º 0.86% 0.27% -
HSV(B) 51º 0.92% 0.51% -
XYZ 15.05 16.36 2.65 -
YUV 105.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 130 112 10 0 0.14 0.92 0.49 51 0.86 0.27
Hex 82 70 A 0 E 5C 31 33 56 1B
Octal 202 160 12 0 16 134 61 63 126 33
Binary 10000010 1110000 1010 0 1110 1011100 110001 110011 1010110 11011

Color Harmonies of #82700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82700A

Black with #82700A

Text Example


Text Example

White with #82700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82700A; }

 p { color: rgb(130,112,10); }

 H1.HeaderClassName
 {
   color: #82700A;
 }
 .AnyTagClassName
 {
   color: #82700A;
 }
</style>

background-color css

<style>
 a { background-color: #82700A; }

 a { background-color: rgb(130,112,10); }

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

border-color css

<style>
 span { border-color: #82700A; }

 span { border-color: rgb(130,112,10); }

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