Html Css Color HEX #828412 Olive

📋 copy color: '#828412'

red 130 ◦ green 132 ◦ blue 18

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

Shades of Olive #828412

Tints of Olive #828412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 46.43%
G = 47.14%
B = 6.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#828412 (or 0x828412) is known color: Olive. HEX triplet: 82, 84 and 12. RGB value is (130,132,18). Sum of RGB (Red+Green+Blue) = 130+132+18=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #828412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828412 is #7D7BED. Grayscale: #767676. Windows color (decimal): -8223726 or 1213570. OLE color: 1213570.

HSL color Cylindrical-coordinate representation of color #828412: hue angle of 61.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #828412 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 18 -
CMYK 0.02 0 0.86 0.48
HSL 61.05º 0.76% 0.29% -
HSV(B) 61.05º 0.86% 0.52% -
XYZ 17.57 21.29 3.76 -
YUV 118.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 130 132 18 0.02 0 0.86 0.48 61.05 0.76 0.29
Hex 82 84 12 2 0 56 30 3D 4C 1D
Octal 202 204 22 2 0 126 60 75 114 35
Binary 10000010 10000100 10010 10 0 1010110 110000 111101 1001100 11101

Color Harmonies of #828412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828412

Black with #828412

Text Example


Text Example

White with #828412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828412; }

 p { color: rgb(130,132,18); }

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

background-color css

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

 a { background-color: rgb(130,132,18); }

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

border-color css

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

 span { border-color: rgb(130,132,18); }

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