Html Css Color HEX #827C0A Olive

📋 copy color: '#827C0A'

red 130 ◦ green 124 ◦ blue 10

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

Shades of Olive #827C0A

Tints of Olive #827C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 49.24%
G = 46.97%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#827C0A (or 0x827C0A) is known color: Olive. HEX triplet: 82, 7C and 0A. RGB value is (130,124,10). Sum of RGB (Red+Green+Blue) = 130+124+10=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #827C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C0A is #7D83F5. Grayscale: #717171. Windows color (decimal): -8225782 or 687234. OLE color: 687234.

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

Color convert

RGB 130 124 10 -
CMYK 0 0.05 0.92 0.49
HSL 57º 0.86% 0.27% -
HSV(B) 57º 0.92% 0.51% -
XYZ 16.47 19.18 3.12 -
YUV 112.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 130 124 10 0 0.05 0.92 0.49 57 0.86 0.27
Hex 82 7C A 0 5 5C 31 39 56 1B
Octal 202 174 12 0 5 134 61 71 126 33
Binary 10000010 1111100 1010 0 101 1011100 110001 111001 1010110 11011

Color Harmonies of #827C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C0A

Black with #827C0A

Text Example


Text Example

White with #827C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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