Html Css Color HEX #836C01 Olive

📋 copy color: '#836C01'

red 131 ◦ green 108 ◦ blue 1

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

Shades of Olive #836C01

Tints of Olive #836C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 54.58%
G = 45%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#836C01 (or 0x836C01) is known color: Olive. HEX triplet: 83, 6C and 01. RGB value is (131,108,1). Sum of RGB (Red+Green+Blue) = 131+108+1=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #836C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836C01 is #7C93FE. Grayscale: #676767. Windows color (decimal): -8164351 or 93315. OLE color: 93315.

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

Color convert

RGB 131 108 1 -
CMYK 0 0.18 0.99 0.49
HSL 49.38º 0.98% 0.26% -
HSV(B) 49.38º 0.99% 0.51% -
XYZ 14.73 15.55 2.25 -
YUV 102.68 70.62 148.2 -
System Red Green Blue C M Y K H S L
Decimal 131 108 1 0 0.18 0.99 0.49 49.38 0.98 0.26
Hex 83 6C 1 0 12 63 31 31 62 1A
Octal 203 154 1 0 22 143 61 61 142 32
Binary 10000011 1101100 1 0 10010 1100011 110001 110001 1100010 11010

Color Harmonies of #836C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C01

Black with #836C01

Text Example


Text Example

White with #836C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,108,1); }

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

background-color css

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

 a { background-color: rgb(131,108,1); }

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

border-color css

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

 span { border-color: rgb(131,108,1); }

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