Html Css Color HEX #837008 Olive

📋 copy color: '#837008'

red 131 ◦ green 112 ◦ blue 8

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

Shades of Olive #837008

Tints of Olive #837008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 52.19%
G = 44.62%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#837008 (or 0x837008) is known color: Olive. HEX triplet: 83, 70 and 08. RGB value is (131,112,8). Sum of RGB (Red+Green+Blue) = 131+112+8=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #837008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837008 is #7C8FF7. Grayscale: #6A6A6A. Windows color (decimal): -8163320 or 553091. OLE color: 553091.

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

Color convert

RGB 131 112 8 -
CMYK 0 0.15 0.94 0.49
HSL 50.73º 0.88% 0.27% -
HSV(B) 50.73º 0.94% 0.51% -
XYZ 15.2 16.43 2.6 -
YUV 105.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 131 112 8 0 0.15 0.94 0.49 50.73 0.88 0.27
Hex 83 70 8 0 F 5E 31 33 58 1B
Octal 203 160 10 0 17 136 61 63 130 33
Binary 10000011 1110000 1000 0 1111 1011110 110001 110011 1011000 11011

Color Harmonies of #837008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837008

Black with #837008

Text Example


Text Example

White with #837008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837008; }

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

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

background-color css

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

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

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

border-color css

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

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

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