Html Css Color HEX #828D04 Olive

📋 copy color: '#828D04'

red 130 ◦ green 141 ◦ blue 4

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

Shades of Olive #828D04

Tints of Olive #828D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.27%

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

R = 47.27%
G = 51.27%
B = 1.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#828D04 (or 0x828D04) is known color: Olive. HEX triplet: 82, 8D and 04. RGB value is (130,141,4). Sum of RGB (Red+Green+Blue) = 130+141+4=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #828D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828D04 is #7D72FB. Grayscale: #7A7A7A. Windows color (decimal): -8221436 or 298370. OLE color: 298370.

HSL color Cylindrical-coordinate representation of color #828D04: hue angle of 64.82º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #828D04 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 141 4 -
CMYK 0.08 0 0.97 0.45
HSL 64.82º 0.94% 0.28% -
HSV(B) 64.82º 0.97% 0.55% -
XYZ 18.75 23.8 3.72 -
YUV 122.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 130 141 4 0.08 0 0.97 0.45 64.82 0.94 0.28
Hex 82 8D 4 8 0 61 2D 41 5E 1C
Octal 202 215 4 10 0 141 55 101 136 34
Binary 10000010 10001101 100 1000 0 1100001 101101 1000001 1011110 11100

Color Harmonies of #828D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D04

Black with #828D04

Text Example


Text Example

White with #828D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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