Html Css Color HEX #836700 Olive

📋 copy color: '#836700'

red 131 ◦ green 103 ◦ blue 0

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

Shades of Olive #836700

Tints of Olive #836700

RGB

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

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

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

R = 55.98%
G = 44.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#836700 (or 0x836700) is known color: Olive. HEX triplet: 83, 67 and 00. RGB value is (131,103,0). Sum of RGB (Red+Green+Blue) = 131+103+0=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #836700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836700 is #7C98FF. Grayscale: #646464. Windows color (decimal): -8165632 or 26499. OLE color: 26499.

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

Color convert

RGB 131 103 0 -
CMYK 0 0.21 1 0.49
HSL 47.18º 1% 0.26% -
HSV(B) 47.18º 1% 0.51% -
XYZ 14.21 14.53 2.05 -
YUV 99.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 131 103 0 0 0.21 1 0.49 47.18 1 0.26
Hex 83 67 0 0 15 64 31 2F 64 1A
Octal 203 147 0 0 25 144 61 57 144 32
Binary 10000011 1100111 0 0 10101 1100100 110001 101111 1100100 11010

Color Harmonies of #836700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836700

Black with #836700

Text Example


Text Example

White with #836700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836700; }

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

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

background-color css

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

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

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

border-color css

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

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

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