Html Css Color HEX #837C10 Olive

📋 copy color: '#837C10'

red 131 ◦ green 124 ◦ blue 16

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

Shades of Olive #837C10

Tints of Olive #837C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 48.34%
G = 45.76%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#837C10 (or 0x837C10) is known color: Olive. HEX triplet: 83, 7C and 10. RGB value is (131,124,16). Sum of RGB (Red+Green+Blue) = 131+124+16=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #837C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837C10 is #7C83EF. Grayscale: #727272. Windows color (decimal): -8160240 or 1080451. OLE color: 1080451.

HSL color Cylindrical-coordinate representation of color #837C10: hue angle of 56.35º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #837C10 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 124 16 -
CMYK 0 0.05 0.88 0.49
HSL 56.35º 0.78% 0.29% -
HSV(B) 56.35º 0.88% 0.51% -
XYZ 16.66 19.28 3.33 -
YUV 113.78 72.82 140.28 -
System Red Green Blue C M Y K H S L
Decimal 131 124 16 0 0.05 0.88 0.49 56.35 0.78 0.29
Hex 83 7C 10 0 5 58 31 38 4E 1D
Octal 203 174 20 0 5 130 61 70 116 35
Binary 10000011 1111100 10000 0 101 1011000 110001 111000 1001110 11101

Color Harmonies of #837C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C10

Black with #837C10

Text Example


Text Example

White with #837C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837C10; }

 p { color: rgb(131,124,16); }

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

background-color css

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

 a { background-color: rgb(131,124,16); }

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

border-color css

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

 span { border-color: rgb(131,124,16); }

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