Html Css Color HEX #827200 Olive

📋 copy color: '#827200'

red 130 ◦ green 114 ◦ blue 0

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

Shades of Olive #827200

Tints of Olive #827200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.28%
G = 46.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#827200 (or 0x827200) is known color: Olive. HEX triplet: 82, 72 and 00. RGB value is (130,114,0). Sum of RGB (Red+Green+Blue) = 130+114+0=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #827200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827200 is #7D8DFF. Grayscale: #6A6A6A. Windows color (decimal): -8228352 or 29314. OLE color: 29314.

HSL color Cylindrical-coordinate representation of color #827200: hue angle of 52.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #827200 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 0 -
CMYK 0 0.12 1 0.49
HSL 52.62º 1% 0.25% -
HSV(B) 52.62º 1% 0.51% -
XYZ 15.22 16.78 2.44 -
YUV 105.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 130 114 0 0 0.12 1 0.49 52.62 1 0.25
Hex 82 72 0 0 C 64 31 35 64 19
Octal 202 162 0 0 14 144 61 65 144 31
Binary 10000010 1110010 0 0 1100 1100100 110001 110101 1100100 11001

Color Harmonies of #827200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827200

Black with #827200

Text Example


Text Example

White with #827200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827200; }

 p { color: rgb(130,114,0); }

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

background-color css

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

 a { background-color: rgb(130,114,0); }

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

border-color css

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

 span { border-color: rgb(130,114,0); }

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