Html Css Color HEX #82760C Olive

📋 copy color: '#82760C'

red 130 ◦ green 118 ◦ blue 12

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

Shades of Olive #82760C

Tints of Olive #82760C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 50%
G = 45.38%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82760C (or 0x82760C) is known color: Olive. HEX triplet: 82, 76 and 0C. RGB value is (130,118,12). Sum of RGB (Red+Green+Blue) = 130+118+12=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82760C is #7D89F3. Grayscale: #6D6D6D. Windows color (decimal): -8227316 or 816770. OLE color: 816770.

HSL color Cylindrical-coordinate representation of color #82760C: hue angle of 53.9º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82760C is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 12 -
CMYK 0 0.09 0.91 0.49
HSL 53.9º 0.83% 0.28% -
HSV(B) 53.9º 0.91% 0.51% -
XYZ 15.75 17.73 2.94 -
YUV 109.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 130 118 12 0 0.09 0.91 0.49 53.9 0.83 0.28
Hex 82 76 C 0 9 5B 31 36 53 1C
Octal 202 166 14 0 11 133 61 66 123 34
Binary 10000010 1110110 1100 0 1001 1011011 110001 110110 1010011 11100

Color Harmonies of #82760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82760C

Black with #82760C

Text Example


Text Example

White with #82760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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