Html Css Color HEX #836701 Olive

📋 copy color: '#836701'

red 131 ◦ green 103 ◦ blue 1

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

Shades of Olive #836701

Tints of Olive #836701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.83%

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

R = 55.74%
G = 43.83%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#836701 (or 0x836701) is known color: Olive. HEX triplet: 83, 67 and 01. RGB value is (131,103,1). Sum of RGB (Red+Green+Blue) = 131+103+1=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #836701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836701 is #7C98FE. Grayscale: #646464. Windows color (decimal): -8165631 or 92035. OLE color: 92035.

HSL color Cylindrical-coordinate representation of color #836701: hue angle of 47.08º 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 #836701 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 103 1 -
CMYK 0 0.21 0.99 0.49
HSL 47.08º 0.98% 0.26% -
HSV(B) 47.08º 0.99% 0.51% -
XYZ 14.22 14.53 2.08 -
YUV 99.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 131 103 1 0 0.21 0.99 0.49 47.08 0.98 0.26
Hex 83 67 1 0 15 63 31 2F 62 1A
Octal 203 147 1 0 25 143 61 57 142 32
Binary 10000011 1100111 1 0 10101 1100011 110001 101111 1100010 11010

Color Harmonies of #836701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836701

Black with #836701

Text Example


Text Example

White with #836701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836701; }

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

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

background-color css

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

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

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

border-color css

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

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

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