Html Css Color HEX #827104 Olive

📋 copy color: '#827104'

red 130 ◦ green 113 ◦ blue 4

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

Shades of Olive #827104

Tints of Olive #827104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.75%

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

R = 52.63%
G = 45.75%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#827104 (or 0x827104) is known color: Olive. HEX triplet: 82, 71 and 04. RGB value is (130,113,4). Sum of RGB (Red+Green+Blue) = 130+113+4=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #827104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827104 is #7D8EFB. Grayscale: #6A6A6A. Windows color (decimal): -8228604 or 291202. OLE color: 291202.

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

Color convert

RGB 130 113 4 -
CMYK 0 0.13 0.97 0.49
HSL 51.9º 0.94% 0.26% -
HSV(B) 51.9º 0.97% 0.51% -
XYZ 15.13 16.56 2.51 -
YUV 105.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 130 113 4 0 0.13 0.97 0.49 51.9 0.94 0.26
Hex 82 71 4 0 D 61 31 34 5E 1A
Octal 202 161 4 0 15 141 61 64 136 32
Binary 10000010 1110001 100 0 1101 1100001 110001 110100 1011110 11010

Color Harmonies of #827104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827104

Black with #827104

Text Example


Text Example

White with #827104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827104; }

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

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

background-color css

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

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

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

border-color css

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

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

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