Html Css Color HEX #837701 Olive

📋 copy color: '#837701'

red 131 ◦ green 119 ◦ blue 1

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

Shades of Olive #837701

Tints of Olive #837701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

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

R = 52.19%
G = 47.41%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#837701 (or 0x837701) is known color: Olive. HEX triplet: 83, 77 and 01. RGB value is (131,119,1). Sum of RGB (Red+Green+Blue) = 131+119+1=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #837701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837701 is #7C88FE. Grayscale: #6D6D6D. Windows color (decimal): -8161535 or 96131. OLE color: 96131.

HSL color Cylindrical-coordinate representation of color #837701: hue angle of 54.46º 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 #837701 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 1 -
CMYK 0 0.09 0.99 0.49
HSL 54.46º 0.98% 0.26% -
HSV(B) 54.46º 0.99% 0.51% -
XYZ 15.96 18.02 2.67 -
YUV 109.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 131 119 1 0 0.09 0.99 0.49 54.46 0.98 0.26
Hex 83 77 1 0 9 63 31 36 62 1A
Octal 203 167 1 0 11 143 61 66 142 32
Binary 10000011 1110111 1 0 1001 1100011 110001 110110 1100010 11010

Color Harmonies of #837701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837701

Black with #837701

Text Example


Text Example

White with #837701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837701; }

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

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

background-color css

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

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

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

border-color css

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

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

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