Html Css Color HEX #827912 Olive

📋 copy color: '#827912'

red 130 ◦ green 121 ◦ blue 18

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

Shades of Olive #827912

Tints of Olive #827912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.98%

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

R = 48.33%
G = 44.98%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#827912 (or 0x827912) is known color: Olive. HEX triplet: 82, 79 and 12. RGB value is (130,121,18). Sum of RGB (Red+Green+Blue) = 130+121+18=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #827912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827912 is #7D86ED. Grayscale: #707070. Windows color (decimal): -8226542 or 1210754. OLE color: 1210754.

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

Color convert

RGB 130 121 18 -
CMYK 0 0.07 0.86 0.49
HSL 55.18º 0.76% 0.29% -
HSV(B) 55.18º 0.86% 0.51% -
XYZ 16.15 18.46 3.28 -
YUV 111.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 130 121 18 0 0.07 0.86 0.49 55.18 0.76 0.29
Hex 82 79 12 0 7 56 31 37 4C 1D
Octal 202 171 22 0 7 126 61 67 114 35
Binary 10000010 1111001 10010 0 111 1010110 110001 110111 1001100 11101

Color Harmonies of #827912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827912

Black with #827912

Text Example


Text Example

White with #827912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827912; }

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

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

background-color css

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

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

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

border-color css

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

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

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