Html Css Color HEX #837708 Olive

📋 copy color: '#837708'

red 131 ◦ green 119 ◦ blue 8

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

Shades of Olive #837708

Tints of Olive #837708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.1%

R = 50.78%
G = 46.12%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#837708 (or 0x837708) is known color: Olive. HEX triplet: 83, 77 and 08. RGB value is (131,119,8). Sum of RGB (Red+Green+Blue) = 131+119+8=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #837708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837708 is #7C88F7. Grayscale: #6E6E6E. Windows color (decimal): -8161528 or 554883. OLE color: 554883.

HSL color Cylindrical-coordinate representation of color #837708: hue angle of 54.15º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #837708 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 8 -
CMYK 0 0.09 0.94 0.49
HSL 54.15º 0.88% 0.27% -
HSV(B) 54.15º 0.94% 0.51% -
XYZ 16 18.04 2.87 -
YUV 109.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 131 119 8 0 0.09 0.94 0.49 54.15 0.88 0.27
Hex 83 77 8 0 9 5E 31 36 58 1B
Octal 203 167 10 0 11 136 61 66 130 33
Binary 10000011 1110111 1000 0 1001 1011110 110001 110110 1011000 11011

Color Harmonies of #837708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837708

Black with #837708

Text Example


Text Example

White with #837708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837708; }

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

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

background-color css

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

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

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

border-color css

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

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

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