Html Css Color HEX #846D06 Olive

📋 copy color: '#846D06'

red 132 ◦ green 109 ◦ blue 6

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

Shades of Olive #846D06

Tints of Olive #846D06

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.13%

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 53.44%
G = 44.13%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#846D06 (or 0x846D06) is known color: Olive. HEX triplet: 84, 6D and 06. RGB value is (132,109,6). Sum of RGB (Red+Green+Blue) = 132+109+6=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #846D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846D06 is #7B92F9. Grayscale: #686868. Windows color (decimal): -8098554 or 421252. OLE color: 421252.

HSL color Cylindrical-coordinate representation of color #846D06: hue angle of 49.05º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #846D06 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 109 6 -
CMYK 0 0.17 0.95 0.48
HSL 49.05º 0.91% 0.27% -
HSV(B) 49.05º 0.95% 0.52% -
XYZ 15.02 15.86 2.44 -
YUV 104.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 132 109 6 0 0.17 0.95 0.48 49.05 0.91 0.27
Hex 84 6D 6 0 11 5F 30 31 5B 1B
Octal 204 155 6 0 21 137 60 61 133 33
Binary 10000100 1101101 110 0 10001 1011111 110000 110001 1011011 11011

Color Harmonies of #846D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846D06

Black with #846D06

Text Example


Text Example

White with #846D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,109,6); }

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

background-color css

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

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

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

border-color css

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

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

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