Html Css Color HEX #837507 Olive

📋 copy color: '#837507'

red 131 ◦ green 117 ◦ blue 7

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

Shades of Olive #837507

Tints of Olive #837507

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

 BLUE value IS 7 (3.13% from 255) = 2.75%

R = 51.37%
G = 45.88%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#837507 (or 0x837507) is known color: Olive. HEX triplet: 83, 75 and 07. RGB value is (131,117,7). Sum of RGB (Red+Green+Blue) = 131+117+7=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #837507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837507 is #7C8AF8. Grayscale: #6D6D6D. Windows color (decimal): -8162041 or 488835. OLE color: 488835.

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

Color convert

RGB 131 117 7 -
CMYK 0 0.11 0.95 0.49
HSL 53.23º 0.9% 0.27% -
HSV(B) 53.23º 0.95% 0.51% -
XYZ 15.76 17.56 2.76 -
YUV 108.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 131 117 7 0 0.11 0.95 0.49 53.23 0.9 0.27
Hex 83 75 7 0 B 5F 31 35 5A 1B
Octal 203 165 7 0 13 137 61 65 132 33
Binary 10000011 1110101 111 0 1011 1011111 110001 110101 1011010 11011

Color Harmonies of #837507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837507

Black with #837507

Text Example


Text Example

White with #837507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837507; }

 p { color: rgb(131,117,7); }

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

background-color css

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

 a { background-color: rgb(131,117,7); }

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

border-color css

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

 span { border-color: rgb(131,117,7); }

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