Html Css Color HEX #828012 Olive

📋 copy color: '#828012'

red 130 ◦ green 128 ◦ blue 18

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

Shades of Olive #828012

Tints of Olive #828012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

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

R = 47.1%
G = 46.38%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#828012 (or 0x828012) is known color: Olive. HEX triplet: 82, 80 and 12. RGB value is (130,128,18). Sum of RGB (Red+Green+Blue) = 130+128+18=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #828012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828012 is #7D7FED. Grayscale: #747474. Windows color (decimal): -8224750 or 1212546. OLE color: 1212546.

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

Color convert

RGB 130 128 18 -
CMYK 0 0.02 0.86 0.49
HSL 58.93º 0.76% 0.29% -
HSV(B) 58.93º 0.86% 0.51% -
XYZ 17.03 20.23 3.58 -
YUV 116.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 130 128 18 0 0.02 0.86 0.49 58.93 0.76 0.29
Hex 82 80 12 0 2 56 31 3B 4C 1D
Octal 202 200 22 0 2 126 61 73 114 35
Binary 10000010 10000000 10010 0 10 1010110 110001 111011 1001100 11101

Color Harmonies of #828012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828012

Black with #828012

Text Example


Text Example

White with #828012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828012; }

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

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

background-color css

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

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

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

border-color css

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

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

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