Html Css Color HEX #826F00 Olive

📋 copy color: '#826F00'

red 130 ◦ green 111 ◦ blue 0

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

Shades of Olive #826F00

Tints of Olive #826F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.06%

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

R = 53.94%
G = 46.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#826F00 (or 0x826F00) is known color: Olive. HEX triplet: 82, 6F and 00. RGB value is (130,111,0). Sum of RGB (Red+Green+Blue) = 130+111+0=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #826F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F00 is #7D90FF. Grayscale: #686868. Windows color (decimal): -8229120 or 28546. OLE color: 28546.

HSL color Cylindrical-coordinate representation of color #826F00: hue angle of 51.23º 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 #826F00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 111 0 -
CMYK 0 0.15 1 0.49
HSL 51.23º 1% 0.25% -
HSV(B) 51.23º 1% 0.51% -
XYZ 14.89 16.11 2.33 -
YUV 104.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 130 111 0 0 0.15 1 0.49 51.23 1 0.25
Hex 82 6F 0 0 F 64 31 33 64 19
Octal 202 157 0 0 17 144 61 63 144 31
Binary 10000010 1101111 0 0 1111 1100100 110001 110011 1100100 11001

Color Harmonies of #826F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F00

Black with #826F00

Text Example


Text Example

White with #826F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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