Html Css Color HEX #827C0C Olive

📋 copy color: '#827C0C'

red 130 ◦ green 124 ◦ blue 12

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

Shades of Olive #827C0C

Tints of Olive #827C0C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.62%

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 48.87%
G = 46.62%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#827C0C (or 0x827C0C) is known color: Olive. HEX triplet: 82, 7C and 0C. RGB value is (130,124,12). Sum of RGB (Red+Green+Blue) = 130+124+12=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #827C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C0C is #7D83F3. Grayscale: #717171. Windows color (decimal): -8225780 or 818306. OLE color: 818306.

HSL color Cylindrical-coordinate representation of color #827C0C: hue angle of 56.95º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #827C0C is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 12 -
CMYK 0 0.05 0.91 0.49
HSL 56.95º 0.83% 0.28% -
HSV(B) 56.95º 0.91% 0.51% -
XYZ 16.48 19.19 3.18 -
YUV 113.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 130 124 12 0 0.05 0.91 0.49 56.95 0.83 0.28
Hex 82 7C C 0 5 5B 31 39 53 1C
Octal 202 174 14 0 5 133 61 71 123 34
Binary 10000010 1111100 1100 0 101 1011011 110001 111001 1010011 11100

Color Harmonies of #827C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C0C

Black with #827C0C

Text Example


Text Example

White with #827C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,124,12); }

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

background-color css

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

 a { background-color: rgb(130,124,12); }

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

border-color css

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

 span { border-color: rgb(130,124,12); }

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