Html Css Color HEX #827710 Olive

📋 copy color: '#827710'

red 130 ◦ green 119 ◦ blue 16

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

Shades of Olive #827710

Tints of Olive #827710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

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

R = 49.06%
G = 44.91%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#827710 (or 0x827710) is known color: Olive. HEX triplet: 82, 77 and 10. RGB value is (130,119,16). Sum of RGB (Red+Green+Blue) = 130+119+16=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #827710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827710 is #7D88EF. Grayscale: #6E6E6E. Windows color (decimal): -8227056 or 1079170. OLE color: 1079170.

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

Color convert

RGB 130 119 16 -
CMYK 0 0.08 0.88 0.49
HSL 54.21º 0.78% 0.29% -
HSV(B) 54.21º 0.88% 0.51% -
XYZ 15.9 17.98 3.12 -
YUV 110.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 130 119 16 0 0.08 0.88 0.49 54.21 0.78 0.29
Hex 82 77 10 0 8 58 31 36 4E 1D
Octal 202 167 20 0 10 130 61 66 116 35
Binary 10000010 1110111 10000 0 1000 1011000 110001 110110 1001110 11101

Color Harmonies of #827710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827710

Black with #827710

Text Example


Text Example

White with #827710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827710; }

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

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

background-color css

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

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

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

border-color css

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

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

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