Html Css Color HEX #828610 Olive

📋 copy color: '#828610'

red 130 ◦ green 134 ◦ blue 16

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

Shades of Olive #828610

Tints of Olive #828610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.86%

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 46.43%
G = 47.86%
B = 5.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#828610 (or 0x828610) is known color: Olive. HEX triplet: 82, 86 and 10. RGB value is (130,134,16). Sum of RGB (Red+Green+Blue) = 130+134+16=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #828610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828610 is #7D79EF. Grayscale: #777777. Windows color (decimal): -8223216 or 1083010. OLE color: 1083010.

HSL color Cylindrical-coordinate representation of color #828610: hue angle of 62.03º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #828610 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 16 -
CMYK 0.03 0 0.88 0.47
HSL 62.03º 0.79% 0.29% -
HSV(B) 62.03º 0.88% 0.53% -
XYZ 17.82 21.83 3.77 -
YUV 119.35 69.67 135.59 -
System Red Green Blue C M Y K H S L
Decimal 130 134 16 0.03 0 0.88 0.47 62.03 0.79 0.29
Hex 82 86 10 3 0 58 2F 3E 4F 1D
Octal 202 206 20 3 0 130 57 76 117 35
Binary 10000010 10000110 10000 11 0 1011000 101111 111110 1001111 11101

Color Harmonies of #828610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828610

Black with #828610

Text Example


Text Example

White with #828610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828610; }

 p { color: rgb(130,134,16); }

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

background-color css

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

 a { background-color: rgb(130,134,16); }

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

border-color css

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

 span { border-color: rgb(130,134,16); }

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