Html Css Color HEX #828106 Olive

📋 copy color: '#828106'

red 130 ◦ green 129 ◦ blue 6

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

Shades of Olive #828106

Tints of Olive #828106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.68%

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

R = 49.06%
G = 48.68%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#828106 (or 0x828106) is known color: Olive. HEX triplet: 82, 81 and 06. RGB value is (130,129,6). Sum of RGB (Red+Green+Blue) = 130+129+6=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #828106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828106 is #7D7EF9. Grayscale: #737373. Windows color (decimal): -8224506 or 426370. OLE color: 426370.

HSL color Cylindrical-coordinate representation of color #828106: hue angle of 59.52º 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 #828106 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 129 6 -
CMYK 0 0.01 0.95 0.49
HSL 59.52º 0.91% 0.27% -
HSV(B) 59.52º 0.95% 0.51% -
XYZ 17.09 20.46 3.22 -
YUV 115.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 130 129 6 0 0.01 0.95 0.49 59.52 0.91 0.27
Hex 82 81 6 0 1 5F 31 3C 5B 1B
Octal 202 201 6 0 1 137 61 74 133 33
Binary 10000010 10000001 110 0 1 1011111 110001 111100 1011011 11011

Color Harmonies of #828106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828106

Black with #828106

Text Example


Text Example

White with #828106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828106; }

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

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

background-color css

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

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

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

border-color css

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

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

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