Html Css Color HEX #837801 Olive

📋 copy color: '#837801'

red 131 ◦ green 120 ◦ blue 1

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

Shades of Olive #837801

Tints of Olive #837801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.62%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 51.98%
G = 47.62%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#837801 (or 0x837801) is known color: Olive. HEX triplet: 83, 78 and 01. RGB value is (131,120,1). Sum of RGB (Red+Green+Blue) = 131+120+1=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #837801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837801 is #7C87FE. Grayscale: #6E6E6E. Windows color (decimal): -8161279 or 96387. OLE color: 96387.

HSL color Cylindrical-coordinate representation of color #837801: hue angle of 54.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #837801 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 120 1 -
CMYK 0 0.08 0.99 0.49
HSL 54.92º 0.98% 0.26% -
HSV(B) 54.92º 0.99% 0.51% -
XYZ 16.08 18.26 2.71 -
YUV 109.72 66.64 143.18 -
System Red Green Blue C M Y K H S L
Decimal 131 120 1 0 0.08 0.99 0.49 54.92 0.98 0.26
Hex 83 78 1 0 8 63 31 37 62 1A
Octal 203 170 1 0 10 143 61 67 142 32
Binary 10000011 1111000 1 0 1000 1100011 110001 110111 1100010 11010

Color Harmonies of #837801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837801

Black with #837801

Text Example


Text Example

White with #837801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837801; }

 p { color: rgb(131,120,1); }

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

background-color css

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

 a { background-color: rgb(131,120,1); }

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

border-color css

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

 span { border-color: rgb(131,120,1); }

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