Html Css Color HEX #827400 Olive

📋 copy color: '#827400'

red 130 ◦ green 116 ◦ blue 0

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

Shades of Olive #827400

Tints of Olive #827400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.15%

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

R = 52.85%
G = 47.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#827400 (or 0x827400) is known color: Olive. HEX triplet: 82, 74 and 00. RGB value is (130,116,0). Sum of RGB (Red+Green+Blue) = 130+116+0=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #827400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827400 is #7D8BFF. Grayscale: #6B6B6B. Windows color (decimal): -8227840 or 29826. OLE color: 29826.

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

Color convert

RGB 130 116 0 -
CMYK 0 0.11 1 0.49
HSL 53.54º 1% 0.25% -
HSV(B) 53.54º 1% 0.51% -
XYZ 15.45 17.24 2.51 -
YUV 106.96 67.64 144.43 -
System Red Green Blue C M Y K H S L
Decimal 130 116 0 0 0.11 1 0.49 53.54 1 0.25
Hex 82 74 0 0 B 64 31 36 64 19
Octal 202 164 0 0 13 144 61 66 144 31
Binary 10000010 1110100 0 0 1011 1100100 110001 110110 1100100 11001

Color Harmonies of #827400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827400

Black with #827400

Text Example


Text Example

White with #827400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827400; }

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

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

background-color css

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

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

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

border-color css

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

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

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