Html Css Color HEX #827D04 Olive

📋 copy color: '#827D04'

red 130 ◦ green 125 ◦ blue 4

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

Shades of Olive #827D04

Tints of Olive #827D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.26%

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

R = 50.19%
G = 48.26%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#827D04 (or 0x827D04) is known color: Olive. HEX triplet: 82, 7D and 04. RGB value is (130,125,4). Sum of RGB (Red+Green+Blue) = 130+125+4=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #827D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827D04 is #7D82FB. Grayscale: #717171. Windows color (decimal): -8225532 or 294274. OLE color: 294274.

HSL color Cylindrical-coordinate representation of color #827D04: hue angle of 57.62º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #827D04 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 125 4 -
CMYK 0 0.04 0.97 0.49
HSL 57.62º 0.94% 0.26% -
HSV(B) 57.62º 0.97% 0.51% -
XYZ 16.56 19.42 2.99 -
YUV 112.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 130 125 4 0 0.04 0.97 0.49 57.62 0.94 0.26
Hex 82 7D 4 0 4 61 31 3A 5E 1A
Octal 202 175 4 0 4 141 61 72 136 32
Binary 10000010 1111101 100 0 100 1100001 110001 111010 1011110 11010

Color Harmonies of #827D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D04

Black with #827D04

Text Example


Text Example

White with #827D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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