Html Css Color HEX #82750D Olive

📋 copy color: '#82750D'

red 130 ◦ green 117 ◦ blue 13

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

Shades of Olive #82750D

Tints of Olive #82750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

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

R = 50%
G = 45%
B = 5%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82750D (or 0x82750D) is known color: Olive. HEX triplet: 82, 75 and 0D. RGB value is (130,117,13). Sum of RGB (Red+Green+Blue) = 130+117+13=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82750D is #7D8AF2. Grayscale: #6D6D6D. Windows color (decimal): -8227571 or 882050. OLE color: 882050.

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

Color convert

RGB 130 117 13 -
CMYK 0 0.1 0.9 0.49
HSL 53.33º 0.82% 0.28% -
HSV(B) 53.33º 0.9% 0.51% -
XYZ 15.64 17.5 2.93 -
YUV 109.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 130 117 13 0 0.1 0.9 0.49 53.33 0.82 0.28
Hex 82 75 D 0 A 5A 31 35 52 1C
Octal 202 165 15 0 12 132 61 65 122 34
Binary 10000010 1110101 1101 0 1010 1011010 110001 110101 1010010 11100

Color Harmonies of #82750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82750D

Black with #82750D

Text Example


Text Example

White with #82750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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