Html Css Color HEX #827812 Olive

📋 copy color: '#827812'

red 130 ◦ green 120 ◦ blue 18

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

Shades of Olive #827812

Tints of Olive #827812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.78%

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

R = 48.51%
G = 44.78%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#827812 (or 0x827812) is known color: Olive. HEX triplet: 82, 78 and 12. RGB value is (130,120,18). Sum of RGB (Red+Green+Blue) = 130+120+18=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #827812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827812 is #7D87ED. Grayscale: #6F6F6F. Windows color (decimal): -8226798 or 1210498. OLE color: 1210498.

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

Color convert

RGB 130 120 18 -
CMYK 0 0.08 0.86 0.49
HSL 54.64º 0.76% 0.29% -
HSV(B) 54.64º 0.86% 0.51% -
XYZ 16.03 18.22 3.24 -
YUV 111.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 130 120 18 0 0.08 0.86 0.49 54.64 0.76 0.29
Hex 82 78 12 0 8 56 31 37 4C 1D
Octal 202 170 22 0 10 126 61 67 114 35
Binary 10000010 1111000 10010 0 1000 1010110 110001 110111 1001100 11101

Color Harmonies of #827812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827812

Black with #827812

Text Example


Text Example

White with #827812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827812; }

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

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

background-color css

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

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

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

border-color css

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

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

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