Html Css Color HEX #827A04 Olive

📋 copy color: '#827A04'

red 130 ◦ green 122 ◦ blue 4

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

Shades of Olive #827A04

Tints of Olive #827A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.66%

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

R = 50.78%
G = 47.66%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#827A04 (or 0x827A04) is known color: Olive. HEX triplet: 82, 7A and 04. RGB value is (130,122,4). Sum of RGB (Red+Green+Blue) = 130+122+4=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #827A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A04 is #7D85FB. Grayscale: #6F6F6F. Windows color (decimal): -8226300 or 293506. OLE color: 293506.

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

Color convert

RGB 130 122 4 -
CMYK 0 0.06 0.97 0.49
HSL 56.19º 0.94% 0.26% -
HSV(B) 56.19º 0.97% 0.51% -
XYZ 16.19 18.67 2.87 -
YUV 110.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 130 122 4 0 0.06 0.97 0.49 56.19 0.94 0.26
Hex 82 7A 4 0 6 61 31 38 5E 1A
Octal 202 172 4 0 6 141 61 70 136 32
Binary 10000010 1111010 100 0 110 1100001 110001 111000 1011110 11010

Color Harmonies of #827A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A04

Black with #827A04

Text Example


Text Example

White with #827A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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