Html Css Color HEX #837B10 Olive

📋 copy color: '#837B10'

red 131 ◦ green 123 ◦ blue 16

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

Shades of Olive #837B10

Tints of Olive #837B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.56%

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

R = 48.52%
G = 45.56%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#837B10 (or 0x837B10) is known color: Olive. HEX triplet: 83, 7B and 10. RGB value is (131,123,16). Sum of RGB (Red+Green+Blue) = 131+123+16=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #837B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837B10 is #7C84EF. Grayscale: #717171. Windows color (decimal): -8160496 or 1080195. OLE color: 1080195.

HSL color Cylindrical-coordinate representation of color #837B10: hue angle of 55.83º 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 #837B10 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 123 16 -
CMYK 0 0.06 0.88 0.49
HSL 55.83º 0.78% 0.29% -
HSV(B) 55.83º 0.88% 0.51% -
XYZ 16.54 19.03 3.29 -
YUV 113.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 131 123 16 0 0.06 0.88 0.49 55.83 0.78 0.29
Hex 83 7B 10 0 6 58 31 38 4E 1D
Octal 203 173 20 0 6 130 61 70 116 35
Binary 10000011 1111011 10000 0 110 1011000 110001 111000 1001110 11101

Color Harmonies of #837B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B10

Black with #837B10

Text Example


Text Example

White with #837B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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