Html Css Color HEX #837600 Olive

📋 copy color: '#837600'

red 131 ◦ green 118 ◦ blue 0

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

Shades of Olive #837600

Tints of Olive #837600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

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

R = 52.61%
G = 47.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#837600 (or 0x837600) is known color: Olive. HEX triplet: 83, 76 and 00. RGB value is (131,118,0). Sum of RGB (Red+Green+Blue) = 131+118+0=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #837600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837600 is #7C89FF. Grayscale: #6C6C6C. Windows color (decimal): -8161792 or 30339. OLE color: 30339.

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

Color convert

RGB 131 118 0 -
CMYK 0 0.10 1 0.49
HSL 54.05º 1% 0.26% -
HSV(B) 54.05º 1% 0.51% -
XYZ 15.84 17.78 2.6 -
YUV 108.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 131 118 0 0 0.10 1 0.49 54.05 1 0.26
Hex 83 76 0 0 A 64 31 36 64 1A
Octal 203 166 0 0 12 144 61 66 144 32
Binary 10000011 1110110 0 0 1010 1100100 110001 110110 1100100 11010

Color Harmonies of #837600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837600

Black with #837600

Text Example


Text Example

White with #837600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837600; }

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

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

background-color css

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

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

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

border-color css

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

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

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