Html Css Color HEX #82750C Olive

📋 copy color: '#82750C'

red 130 ◦ green 117 ◦ blue 12

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

Shades of Olive #82750C

Tints of Olive #82750C

RGB

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

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

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

R = 50.19%
G = 45.17%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82750C (or 0x82750C) is known color: Olive. HEX triplet: 82, 75 and 0C. RGB value is (130,117,12). Sum of RGB (Red+Green+Blue) = 130+117+12=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82750C is #7D8AF3. Grayscale: #6D6D6D. Windows color (decimal): -8227572 or 816514. OLE color: 816514.

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

Color convert

RGB 130 117 12 -
CMYK 0 0.1 0.91 0.49
HSL 53.39º 0.83% 0.28% -
HSV(B) 53.39º 0.91% 0.51% -
XYZ 15.63 17.49 2.9 -
YUV 108.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 130 117 12 0 0.1 0.91 0.49 53.39 0.83 0.28
Hex 82 75 C 0 A 5B 31 35 53 1C
Octal 202 165 14 0 12 133 61 65 123 34
Binary 10000010 1110101 1100 0 1010 1011011 110001 110101 1010011 11100

Color Harmonies of #82750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82750C

Black with #82750C

Text Example


Text Example

White with #82750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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