Html Css Color HEX #82730C Olive

📋 copy color: '#82730C'

red 130 ◦ green 115 ◦ blue 12

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

Shades of Olive #82730C

Tints of Olive #82730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

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

R = 50.58%
G = 44.75%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82730C (or 0x82730C) is known color: Olive. HEX triplet: 82, 73 and 0C. RGB value is (130,115,12). Sum of RGB (Red+Green+Blue) = 130+115+12=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82730C is #7D8CF3. Grayscale: #6C6C6C. Windows color (decimal): -8228084 or 816002. OLE color: 816002.

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

Color convert

RGB 130 115 12 -
CMYK 0 0.12 0.91 0.49
HSL 52.37º 0.83% 0.28% -
HSV(B) 52.37º 0.91% 0.51% -
XYZ 15.4 17.03 2.82 -
YUV 107.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 130 115 12 0 0.12 0.91 0.49 52.37 0.83 0.28
Hex 82 73 C 0 C 5B 31 34 53 1C
Octal 202 163 14 0 14 133 61 64 123 34
Binary 10000010 1110011 1100 0 1100 1011011 110001 110100 1010011 11100

Color Harmonies of #82730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82730C

Black with #82730C

Text Example


Text Example

White with #82730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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