Html Css Color HEX #827F04 Olive

📋 copy color: '#827F04'

red 130 ◦ green 127 ◦ blue 4

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

Shades of Olive #827F04

Tints of Olive #827F04

RGB

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

 GREEN value IS 127 (50% from 255) = 48.66%

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

R = 49.81%
G = 48.66%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#827F04 (or 0x827F04) is known color: Olive. HEX triplet: 82, 7F and 04. RGB value is (130,127,4). Sum of RGB (Red+Green+Blue) = 130+127+4=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #827F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F04 is #7D80FB. Grayscale: #727272. Windows color (decimal): -8225020 or 294786. OLE color: 294786.

HSL color Cylindrical-coordinate representation of color #827F04: hue angle of 58.57º 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 #827F04 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 4 -
CMYK 0 0.02 0.97 0.49
HSL 58.57º 0.94% 0.26% -
HSV(B) 58.57º 0.97% 0.51% -
XYZ 16.82 19.93 3.08 -
YUV 113.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 130 127 4 0 0.02 0.97 0.49 58.57 0.94 0.26
Hex 82 7F 4 0 2 61 31 3B 5E 1A
Octal 202 177 4 0 2 141 61 73 136 32
Binary 10000010 1111111 100 0 10 1100001 110001 111011 1011110 11010

Color Harmonies of #827F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F04

Black with #827F04

Text Example


Text Example

White with #827F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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