Html Css Color HEX #827C10 Olive

📋 copy color: '#827C10'

red 130 ◦ green 124 ◦ blue 16

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

Shades of Olive #827C10

Tints of Olive #827C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 48.15%
G = 45.93%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#827C10 (or 0x827C10) is known color: Olive. HEX triplet: 82, 7C and 10. RGB value is (130,124,16). Sum of RGB (Red+Green+Blue) = 130+124+16=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #827C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C10 is #7D83EF. Grayscale: #717171. Windows color (decimal): -8225776 or 1080450. OLE color: 1080450.

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

Color convert

RGB 130 124 16 -
CMYK 0 0.05 0.88 0.49
HSL 56.84º 0.78% 0.29% -
HSV(B) 56.84º 0.88% 0.51% -
XYZ 16.51 19.2 3.33 -
YUV 113.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 130 124 16 0 0.05 0.88 0.49 56.84 0.78 0.29
Hex 82 7C 10 0 5 58 31 39 4E 1D
Octal 202 174 20 0 5 130 61 71 116 35
Binary 10000010 1111100 10000 0 101 1011000 110001 111001 1001110 11101

Color Harmonies of #827C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C10

Black with #827C10

Text Example


Text Example

White with #827C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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