Html Css Color HEX #82760D Olive

📋 copy color: '#82760D'

red 130 ◦ green 118 ◦ blue 13

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

Shades of Olive #82760D

Tints of Olive #82760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

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

R = 49.81%
G = 45.21%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82760D (or 0x82760D) is known color: Olive. HEX triplet: 82, 76 and 0D. RGB value is (130,118,13). Sum of RGB (Red+Green+Blue) = 130+118+13=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82760D is #7D89F2. Grayscale: #6E6E6E. Windows color (decimal): -8227315 or 882306. OLE color: 882306.

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

Color convert

RGB 130 118 13 -
CMYK 0 0.09 0.9 0.49
HSL 53.85º 0.82% 0.28% -
HSV(B) 53.85º 0.9% 0.51% -
XYZ 15.76 17.73 2.97 -
YUV 109.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 130 118 13 0 0.09 0.9 0.49 53.85 0.82 0.28
Hex 82 76 D 0 9 5A 31 36 52 1C
Octal 202 166 15 0 11 132 61 66 122 34
Binary 10000010 1110110 1101 0 1001 1011010 110001 110110 1010010 11100

Color Harmonies of #82760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82760D

Black with #82760D

Text Example


Text Example

White with #82760D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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