Html Css Color HEX #826700 Olive

📋 copy color: '#826700'

red 130 ◦ green 103 ◦ blue 0

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

Shades of Olive #826700

Tints of Olive #826700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.79%
G = 44.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#826700 (or 0x826700) is known color: Olive. HEX triplet: 82, 67 and 00. RGB value is (130,103,0). Sum of RGB (Red+Green+Blue) = 130+103+0=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #826700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826700 is #7D98FF. Grayscale: #636363. Windows color (decimal): -8231168 or 26498. OLE color: 26498.

HSL color Cylindrical-coordinate representation of color #826700: hue angle of 47.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #826700 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 0 -
CMYK 0 0.21 1 0.49
HSL 47.54º 1% 0.25% -
HSV(B) 47.54º 1% 0.51% -
XYZ 14.06 14.45 2.05 -
YUV 99.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 130 103 0 0 0.21 1 0.49 47.54 1 0.25
Hex 82 67 0 0 15 64 31 30 64 19
Octal 202 147 0 0 25 144 61 60 144 31
Binary 10000010 1100111 0 0 10101 1100100 110001 110000 1100100 11001

Color Harmonies of #826700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826700

Black with #826700

Text Example


Text Example

White with #826700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826700; }

 p { color: rgb(130,103,0); }

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

background-color css

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

 a { background-color: rgb(130,103,0); }

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

border-color css

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

 span { border-color: rgb(130,103,0); }

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