Html Css Color HEX #826A04 Olive

📋 copy color: '#826A04'

red 130 ◦ green 106 ◦ blue 4

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

Shades of Olive #826A04

Tints of Olive #826A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.17%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 54.17%
G = 44.17%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#826A04 (or 0x826A04) is known color: Olive. HEX triplet: 82, 6A and 04. RGB value is (130,106,4). Sum of RGB (Red+Green+Blue) = 130+106+4=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #826A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826A04 is #7D95FB. Grayscale: #656565. Windows color (decimal): -8230396 or 289410. OLE color: 289410.

HSL color Cylindrical-coordinate representation of color #826A04: hue angle of 48.57º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #826A04 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 106 4 -
CMYK 0 0.18 0.97 0.49
HSL 48.57º 0.94% 0.26% -
HSV(B) 48.57º 0.97% 0.51% -
XYZ 14.38 15.06 2.26 -
YUV 101.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 130 106 4 0 0.18 0.97 0.49 48.57 0.94 0.26
Hex 82 6A 4 0 12 61 31 31 5E 1A
Octal 202 152 4 0 22 141 61 61 136 32
Binary 10000010 1101010 100 0 10010 1100001 110001 110001 1011110 11010

Color Harmonies of #826A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A04

Black with #826A04

Text Example


Text Example

White with #826A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826A04; }

 p { color: rgb(130,106,4); }

 H1.HeaderClassName
 {
   color: #826A04;
 }
 .AnyTagClassName
 {
   color: #826A04;
 }
</style>

background-color css

<style>
 a { background-color: #826A04; }

 a { background-color: rgb(130,106,4); }

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

border-color css

<style>
 span { border-color: #826A04; }

 span { border-color: rgb(130,106,4); }

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