Html Css Color HEX #82740B Olive

📋 copy color: '#82740B'

red 130 ◦ green 116 ◦ blue 11

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

Shades of Olive #82740B

Tints of Olive #82740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

 BLUE value IS 11 (4.69% from 255) = 4.28%

R = 50.58%
G = 45.14%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82740B (or 0x82740B) is known color: Olive. HEX triplet: 82, 74 and 0B. RGB value is (130,116,11). Sum of RGB (Red+Green+Blue) = 130+116+11=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82740B is #7D8BF4. Grayscale: #6C6C6C. Windows color (decimal): -8227829 or 750722. OLE color: 750722.

HSL color Cylindrical-coordinate representation of color #82740B: hue angle of 52.94º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82740B is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 11 -
CMYK 0 0.11 0.92 0.49
HSL 52.94º 0.84% 0.28% -
HSV(B) 52.94º 0.92% 0.51% -
XYZ 15.51 17.26 2.83 -
YUV 108.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 130 116 11 0 0.11 0.92 0.49 52.94 0.84 0.28
Hex 82 74 B 0 B 5C 31 35 54 1C
Octal 202 164 13 0 13 134 61 65 124 34
Binary 10000010 1110100 1011 0 1011 1011100 110001 110101 1010100 11100

Color Harmonies of #82740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82740B

Black with #82740B

Text Example


Text Example

White with #82740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82740B; }

 p { color: rgb(130,116,11); }

 H1.HeaderClassName
 {
   color: #82740B;
 }
 .AnyTagClassName
 {
   color: #82740B;
 }
</style>

background-color css

<style>
 a { background-color: #82740B; }

 a { background-color: rgb(130,116,11); }

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

border-color css

<style>
 span { border-color: #82740B; }

 span { border-color: rgb(130,116,11); }

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