Html Css Color HEX #828704 Olive

📋 copy color: '#828704'

red 130 ◦ green 135 ◦ blue 4

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

Shades of Olive #828704

Tints of Olive #828704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 48.33%
G = 50.19%
B = 1.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#828704 (or 0x828704) is known color: Olive. HEX triplet: 82, 87 and 04. RGB value is (130,135,4). Sum of RGB (Red+Green+Blue) = 130+135+4=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #828704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828704 is #7D78FB. Grayscale: #777777. Windows color (decimal): -8222972 or 296834. OLE color: 296834.

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

Color convert

RGB 130 135 4 -
CMYK 0.04 0 0.97 0.47
HSL 62.29º 0.94% 0.27% -
HSV(B) 62.29º 0.97% 0.53% -
XYZ 17.89 22.08 3.43 -
YUV 118.57 63.34 136.15 -
System Red Green Blue C M Y K H S L
Decimal 130 135 4 0.04 0 0.97 0.47 62.29 0.94 0.27
Hex 82 87 4 4 0 61 2F 3E 5E 1B
Octal 202 207 4 4 0 141 57 76 136 33
Binary 10000010 10000111 100 100 0 1100001 101111 111110 1011110 11011

Color Harmonies of #828704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828704

Black with #828704

Text Example


Text Example

White with #828704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828704; }

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

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

background-color css

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

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

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

border-color css

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

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

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