Html Css Color HEX #848412 Olive

📋 copy color: '#848412'

red 132 ◦ green 132 ◦ blue 18

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

Shades of Olive #848412

Tints of Olive #848412

RGB

 RED value IS 132 (51.95% from 255) = 46.81%

 GREEN value IS 132 (51.95% from 255) = 46.81%

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

R = 46.81%
G = 46.81%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#848412 (or 0x848412) is known color: Olive. HEX triplet: 84, 84 and 12. RGB value is (132,132,18). Sum of RGB (Red+Green+Blue) = 132+132+18=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848412 is #7B7BED. Grayscale: #777777. Windows color (decimal): -8092654 or 1213572. OLE color: 1213572.

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

Color convert

RGB 132 132 18 -
CMYK 0 0 0.86 0.48
HSL 60º 0.76% 0.29% -
HSV(B) 60º 0.86% 0.52% -
XYZ 17.88 21.45 3.77 -
YUV 119 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 132 132 18 0 0 0.86 0.48 60 0.76 0.29
Hex 84 84 12 0 0 56 30 3C 4C 1D
Octal 204 204 22 0 0 126 60 74 114 35
Binary 10000100 10000100 10010 0 0 1010110 110000 111100 1001100 11101

Color Harmonies of #848412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848412

Black with #848412

Text Example


Text Example

White with #848412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848412; }

 p { color: rgb(132,132,18); }

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

background-color css

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

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

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

border-color css

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

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

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