Html Css Color HEX #826E08 Olive

📋 copy color: '#826E08'

red 130 ◦ green 110 ◦ blue 8

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

Shades of Olive #826E08

Tints of Olive #826E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.35%

 BLUE value IS 8 (3.52% from 255) = 3.23%

R = 52.42%
G = 44.35%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#826E08 (or 0x826E08) is known color: Olive. HEX triplet: 82, 6E and 08. RGB value is (130,110,8). Sum of RGB (Red+Green+Blue) = 130+110+8=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #826E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826E08 is #7D91F7. Grayscale: #686868. Windows color (decimal): -8229368 or 552578. OLE color: 552578.

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

Color convert

RGB 130 110 8 -
CMYK 0 0.15 0.94 0.49
HSL 50.16º 0.88% 0.27% -
HSV(B) 50.16º 0.94% 0.51% -
XYZ 14.83 15.92 2.52 -
YUV 104.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 130 110 8 0 0.15 0.94 0.49 50.16 0.88 0.27
Hex 82 6E 8 0 F 5E 31 32 58 1B
Octal 202 156 10 0 17 136 61 62 130 33
Binary 10000010 1101110 1000 0 1111 1011110 110001 110010 1011000 11011

Color Harmonies of #826E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E08

Black with #826E08

Text Example


Text Example

White with #826E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,110,8); }

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

background-color css

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

 a { background-color: rgb(130,110,8); }

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

border-color css

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

 span { border-color: rgb(130,110,8); }

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