Html Css Color HEX #826D06 Olive

📋 copy color: '#826D06'

red 130 ◦ green 109 ◦ blue 6

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

Shades of Olive #826D06

Tints of Olive #826D06

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.49%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 53.06%
G = 44.49%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#826D06 (or 0x826D06) is known color: Olive. HEX triplet: 82, 6D and 06. RGB value is (130,109,6). Sum of RGB (Red+Green+Blue) = 130+109+6=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #826D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826D06 is #7D92F9. Grayscale: #676767. Windows color (decimal): -8229626 or 421250. OLE color: 421250.

HSL color Cylindrical-coordinate representation of color #826D06: hue angle of 49.84º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #826D06 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 6 -
CMYK 0 0.16 0.95 0.49
HSL 49.84º 0.91% 0.27% -
HSV(B) 49.84º 0.95% 0.51% -
XYZ 14.71 15.7 2.43 -
YUV 103.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 130 109 6 0 0.16 0.95 0.49 49.84 0.91 0.27
Hex 82 6D 6 0 10 5F 31 32 5B 1B
Octal 202 155 6 0 20 137 61 62 133 33
Binary 10000010 1101101 110 0 10000 1011111 110001 110010 1011011 11011

Color Harmonies of #826D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D06

Black with #826D06

Text Example


Text Example

White with #826D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,109,6); }

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

background-color css

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

 a { background-color: rgb(130,109,6); }

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

border-color css

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

 span { border-color: rgb(130,109,6); }

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