Html Css Color HEX #836D00 Olive

📋 copy color: '#836D00'

red 131 ◦ green 109 ◦ blue 0

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

Shades of Olive #836D00

Tints of Olive #836D00

RGB

 RED value IS 131 (51.56% from 255) = 54.58%

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

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

R = 54.58%
G = 45.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#836D00 (or 0x836D00) is known color: Olive. HEX triplet: 83, 6D and 00. RGB value is (131,109,0). Sum of RGB (Red+Green+Blue) = 131+109+0=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #836D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836D00 is #7C92FF. Grayscale: #676767. Windows color (decimal): -8164096 or 28035. OLE color: 28035.

HSL color Cylindrical-coordinate representation of color #836D00: hue angle of 49.92º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #836D00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 109 0 -
CMYK 0 0.17 1 0.49
HSL 49.92º 1% 0.26% -
HSV(B) 49.92º 1% 0.51% -
XYZ 14.83 15.76 2.26 -
YUV 103.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 131 109 0 0 0.17 1 0.49 49.92 1 0.26
Hex 83 6D 0 0 11 64 31 32 64 1A
Octal 203 155 0 0 21 144 61 62 144 32
Binary 10000011 1101101 0 0 10001 1100100 110001 110010 1100100 11010

Color Harmonies of #836D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836D00

Black with #836D00

Text Example


Text Example

White with #836D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836D00; }

 p { color: rgb(131,109,0); }

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

background-color css

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

 a { background-color: rgb(131,109,0); }

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

border-color css

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

 span { border-color: rgb(131,109,0); }

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