Html Css Color HEX #837F10 Olive

📋 copy color: '#837F10'

red 131 ◦ green 127 ◦ blue 16

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

Shades of Olive #837F10

Tints of Olive #837F10

RGB

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

 GREEN value IS 127 (50% from 255) = 46.35%

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

R = 47.81%
G = 46.35%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#837F10 (or 0x837F10) is known color: Olive. HEX triplet: 83, 7F and 10. RGB value is (131,127,16). Sum of RGB (Red+Green+Blue) = 131+127+16=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #837F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837F10 is #7C80EF. Grayscale: #737373. Windows color (decimal): -8159472 or 1081219. OLE color: 1081219.

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

Color convert

RGB 131 127 16 -
CMYK 0 0.03 0.88 0.49
HSL 57.91º 0.78% 0.29% -
HSV(B) 57.91º 0.88% 0.51% -
XYZ 17.04 20.04 3.46 -
YUV 115.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 131 127 16 0 0.03 0.88 0.49 57.91 0.78 0.29
Hex 83 7F 10 0 3 58 31 3A 4E 1D
Octal 203 177 20 0 3 130 61 72 116 35
Binary 10000011 1111111 10000 0 11 1011000 110001 111010 1001110 11101

Color Harmonies of #837F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F10

Black with #837F10

Text Example


Text Example

White with #837F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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