Html Css Color HEX #827612 Olive

📋 copy color: '#827612'

red 130 ◦ green 118 ◦ blue 18

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

Shades of Olive #827612

Tints of Olive #827612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.36%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 48.87%
G = 44.36%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#827612 (or 0x827612) is known color: Olive. HEX triplet: 82, 76 and 12. RGB value is (130,118,18). Sum of RGB (Red+Green+Blue) = 130+118+18=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #827612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827612 is #7D89ED. Grayscale: #6E6E6E. Windows color (decimal): -8227310 or 1209986. OLE color: 1209986.

HSL color Cylindrical-coordinate representation of color #827612: hue angle of 53.57º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #827612 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 18 -
CMYK 0 0.09 0.86 0.49
HSL 53.57º 0.76% 0.29% -
HSV(B) 53.57º 0.86% 0.51% -
XYZ 15.79 17.75 3.17 -
YUV 110.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 130 118 18 0 0.09 0.86 0.49 53.57 0.76 0.29
Hex 82 76 12 0 9 56 31 36 4C 1D
Octal 202 166 22 0 11 126 61 66 114 35
Binary 10000010 1110110 10010 0 1001 1010110 110001 110110 1001100 11101

Color Harmonies of #827612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827612

Black with #827612

Text Example


Text Example

White with #827612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827612; }

 p { color: rgb(130,118,18); }

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

background-color css

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

 a { background-color: rgb(130,118,18); }

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

border-color css

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

 span { border-color: rgb(130,118,18); }

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