Html Css Color HEX #836E00 Olive

📋 copy color: '#836E00'

red 131 ◦ green 110 ◦ blue 0

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

Shades of Olive #836E00

Tints of Olive #836E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.64%

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

R = 54.36%
G = 45.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#836E00 (or 0x836E00) is known color: Olive. HEX triplet: 83, 6E and 00. RGB value is (131,110,0). Sum of RGB (Red+Green+Blue) = 131+110+0=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #836E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836E00 is #7C91FF. Grayscale: #686868. Windows color (decimal): -8163840 or 28291. OLE color: 28291.

HSL color Cylindrical-coordinate representation of color #836E00: hue angle of 50.38º 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 #836E00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 110 0 -
CMYK 0 0.16 1 0.49
HSL 50.38º 1% 0.26% -
HSV(B) 50.38º 1% 0.51% -
XYZ 14.94 15.98 2.3 -
YUV 103.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 131 110 0 0 0.16 1 0.49 50.38 1 0.26
Hex 83 6E 0 0 10 64 31 32 64 1A
Octal 203 156 0 0 20 144 61 62 144 32
Binary 10000011 1101110 0 0 10000 1100100 110001 110010 1100100 11010

Color Harmonies of #836E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E00

Black with #836E00

Text Example


Text Example

White with #836E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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