Html Css Color HEX #837C0E Olive

📋 copy color: '#837C0E'

red 131 ◦ green 124 ◦ blue 14

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

Shades of Olive #837C0E

Tints of Olive #837C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 48.7%
G = 46.1%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#837C0E (or 0x837C0E) is known color: Olive. HEX triplet: 83, 7C and 0E. RGB value is (131,124,14). Sum of RGB (Red+Green+Blue) = 131+124+14=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #837C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837C0E is #7C83F1. Grayscale: #727272. Windows color (decimal): -8160242 or 949379. OLE color: 949379.

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

Color convert

RGB 131 124 14 -
CMYK 0 0.05 0.89 0.49
HSL 56.41º 0.81% 0.28% -
HSV(B) 56.41º 0.89% 0.51% -
XYZ 16.65 19.27 3.26 -
YUV 113.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 131 124 14 0 0.05 0.89 0.49 56.41 0.81 0.28
Hex 83 7C E 0 5 59 31 38 51 1C
Octal 203 174 16 0 5 131 61 70 121 34
Binary 10000011 1111100 1110 0 101 1011001 110001 111000 1010001 11100

Color Harmonies of #837C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C0E

Black with #837C0E

Text Example


Text Example

White with #837C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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