Html Css Color HEX #846C00 Olive

📋 copy color: '#846C00'

red 132 ◦ green 108 ◦ blue 0

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

Shades of Olive #846C00

Tints of Olive #846C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55%
G = 45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#846C00 (or 0x846C00) is known color: Olive. HEX triplet: 84, 6C and 00. RGB value is (132,108,0). Sum of RGB (Red+Green+Blue) = 132+108+0=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #846C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846C00 is #7B93FF. Grayscale: #676767. Windows color (decimal): -8098816 or 27780. OLE color: 27780.

HSL color Cylindrical-coordinate representation of color #846C00: hue angle of 49.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #846C00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 108 0 -
CMYK 0 0.18 1 0.48
HSL 49.09º 1% 0.26% -
HSV(B) 49.09º 1% 0.52% -
XYZ 14.88 15.63 2.23 -
YUV 102.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 132 108 0 0 0.18 1 0.48 49.09 1 0.26
Hex 84 6C 0 0 12 64 30 31 64 1A
Octal 204 154 0 0 22 144 60 61 144 32
Binary 10000100 1101100 0 0 10010 1100100 110000 110001 1100100 11010

Color Harmonies of #846C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C00

Black with #846C00

Text Example


Text Example

White with #846C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846C00; }

 p { color: rgb(132,108,0); }

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

background-color css

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

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

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

border-color css

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

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

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