Html Css Color HEX #828706 Olive

📋 copy color: '#828706'

red 130 ◦ green 135 ◦ blue 6

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

Shades of Olive #828706

Tints of Olive #828706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.82%

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

R = 47.97%
G = 49.82%
B = 2.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#828706 (or 0x828706) is known color: Olive. HEX triplet: 82, 87 and 06. RGB value is (130,135,6). Sum of RGB (Red+Green+Blue) = 130+135+6=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #828706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828706 is #7D78F9. Grayscale: #777777. Windows color (decimal): -8222970 or 427906. OLE color: 427906.

HSL color Cylindrical-coordinate representation of color #828706: hue angle of 62.33º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #828706 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 135 6 -
CMYK 0.04 0 0.96 0.47
HSL 62.33º 0.91% 0.28% -
HSV(B) 62.33º 0.96% 0.53% -
XYZ 17.9 22.09 3.49 -
YUV 118.8 64.34 135.99 -
System Red Green Blue C M Y K H S L
Decimal 130 135 6 0.04 0 0.96 0.47 62.33 0.91 0.28
Hex 82 87 6 4 0 60 2F 3E 5B 1C
Octal 202 207 6 4 0 140 57 76 133 34
Binary 10000010 10000111 110 100 0 1100000 101111 111110 1011011 11100

Color Harmonies of #828706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828706

Black with #828706

Text Example


Text Example

White with #828706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828706; }

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

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

background-color css

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

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

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

border-color css

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

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

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