Html Css Color HEX #837D13 Olive

📋 copy color: '#837D13'

red 131 ◦ green 125 ◦ blue 19

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

Shades of Olive #837D13

Tints of Olive #837D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.45%

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 47.64%
G = 45.45%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#837D13 (or 0x837D13) is known color: Olive. HEX triplet: 83, 7D and 13. RGB value is (131,125,19). Sum of RGB (Red+Green+Blue) = 131+125+19=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #837D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837D13 is #7C82EC. Grayscale: #737373. Windows color (decimal): -8159981 or 1277315. OLE color: 1277315.

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

Color convert

RGB 131 125 19 -
CMYK 0 0.05 0.85 0.49
HSL 56.79º 0.75% 0.29% -
HSV(B) 56.79º 0.85% 0.51% -
XYZ 16.81 19.54 3.5 -
YUV 114.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 131 125 19 0 0.05 0.85 0.49 56.79 0.75 0.29
Hex 83 7D 13 0 5 55 31 39 4B 1D
Octal 203 175 23 0 5 125 61 71 113 35
Binary 10000011 1111101 10011 0 101 1010101 110001 111001 1001011 11101

Color Harmonies of #837D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D13

Black with #837D13

Text Example


Text Example

White with #837D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,125,19); }

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

background-color css

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

 a { background-color: rgb(131,125,19); }

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

border-color css

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

 span { border-color: rgb(131,125,19); }

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